We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73bc1d commit 5dbcde4Copy full SHA for 5dbcde4
1 file changed
InscryptionAPI/InscryptionAPIPlugin.cs
@@ -9,7 +9,7 @@ namespace InscryptionAPI;
9
[BepInPlugin(ModGUID, ModName, ModVer)]
10
public class InscryptionAPIPlugin : BaseUnityPlugin
11
{
12
- public const string ModGUID = "cyanist.inscryption.api";
+ public const string ModGUID = "cyantist.inscryption.api";
13
public const string ModName = "InscryptionAPI";
14
public const string ModVer = "2.0.0";
15
0 commit comments