Example #1
0
 public override void OnApplicationStart()
 {
     ResourcesManager.LoadTextures();
     MelonCoroutines.Start(WaitForActionMenuInit());
     try
     {
         Patches.PatchAll(HarmonyInstance);
     }
     catch (Exception e)
     {
         MelonLogger.Error($"Patching failed with exception: {e.Message}");
     }
 }
Example #2
0
 public override void OnApplicationStart()
 {
     Patches.PatchAll();
     RadialPuppetManager.Setup();
     FourAxisPuppetManager.Setup();
 }