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