A little bit of work on Inspectors, fixed a few issues in Mono/BepInEx builds

This commit is contained in:
sinaioutlander
2020-10-28 20:52:40 +11:00
parent b61ac481b9
commit b5b3e90b09
19 changed files with 222 additions and 206 deletions

View File

@ -12,9 +12,9 @@ using UnhollowerRuntimeLib;
using BepInEx.IL2CPP;
#endif
namespace Explorer
namespace ExplorerBeta
{
[BepInPlugin(ExplorerCore.GUID, "Explorer", ExplorerCore.VERSION)]
[BepInPlugin(ExplorerCore.GUID, "ExplorerBeta", ExplorerCore.VERSION)]
#if CPP
public class ExplorerBepInPlugin : BasePlugin
#else
@ -64,7 +64,7 @@ namespace Explorer
new ExplorerCore();
//HarmonyInstance.PatchAll();
// HarmonyInstance.PatchAll();
}
internal static void DoSceneChange(Scene arg0, Scene arg1)
@ -96,11 +96,6 @@ namespace Explorer
}
#endif
}
internal void OnGUI()
{
ExplorerCore.OnGUI();
}
#if CPP
}
#endif