示例#1
0
 private static void StopTweaks()
 {
     _settings.Destroy();
     Harmony.UnpatchConditionalAll(Assembly.GetExecutingAssembly());
 }