示例#1
0
 private static void StartTweaks()
 {
     _settings.Init();
     Harmony.PatchConditionalAll(Assembly.GetExecutingAssembly());
 }