Beispiel #1
0
 public override void OnLevelUnloading()
 {
     Log.Debug("LoadingExtention.OnLevelUnloading");
     LifeCycle.Release();
 }
 public void OnDisabled()
 {
     LifeCycle.Release();
     HarmonyUtil.UninstallHarmony(HarmonyId);
 }