Added Mod Loading & Unloading

This commit is contained in:
Bob Da Ross
2021-11-06 11:24:38 -05:00
parent 1f888260f2
commit cf51b5f0e7
4 changed files with 21 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ namespace SeamlessClientPlugin
public static string Version = "1.3.04";
public static bool Debug = false;
public static bool Debug = true;
private static bool Initilized = false;