Example #1
0
 private void DisableTweak()
 {
     Tweak.OnDisable();
     harmony.UnpatchAll(harmony.Id);
     Tweak.OnUnpatch();
 }