We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1860e4b commit 229f7d6Copy full SHA for 229f7d6
1 file changed
CheatMenu/CheatMenu.cs
@@ -14,7 +14,7 @@
14
namespace CheatMenu
15
{
16
//This is the metadata set for your plugin.
17
- [BepInPlugin("CheatMenu", "CheatMenu", "1.2")]
+ [BepInPlugin("CheatMenu", "CheatMenu", "1.2.1")]
18
public class CheatMenu : BaseUnityPlugin
19
20
//static saving of the main instance. This makes it easier to run stuff like co-routines from static methods or accessing non-static vars.
0 commit comments