Skip to content

Commit

Permalink
Added Link
Browse files Browse the repository at this point in the history
So it can be updated by [ResoniteModUpdater CLI](https://github.com/hazre/ResoniteModUpdater)
  • Loading branch information
SectOLT authored Jun 14, 2024
1 parent d75c32b commit 6e6eb38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class Patch : ResoniteMod
public override string Author => "LeCloutPanda";
public override string Name => "Default Laser State";
public override string Version => "1.0.0";
public override string Link => "https://github.com/LeCloutPanda/DeafultLaserState/";

public static ModConfiguration config;
[AutoRegisterConfigKey] public static ModConfigurationKey<bool> ENABLED = new ModConfigurationKey<bool>("Default state", "What state will the lasers have", () => true);
Expand Down Expand Up @@ -38,4 +39,4 @@ static void Postfix(InteractionHandler __instance, Sync<bool> ____laserEnabled)
}
}
}
}
}

0 comments on commit 6e6eb38

Please sign in to comment.