Skip to content

Commit

Permalink
Merge pull request #1 from SectOLT/patch-1
Browse files Browse the repository at this point in the history
Added Link
  • Loading branch information
LeCloutPanda authored Jun 19, 2024
2 parents d75c32b + 6e6eb38 commit cf6f74c
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 cf6f74c

Please sign in to comment.