private static void Postfix(Player __instance)
 {
     if (Settings.isEnabled("AdvancedEditingMode"))
     {
         AEM.PlayerInstance = __instance;
         AEM.run();
     }
 }
Пример #2
0
 private static void Postfix(Player __instance)
 {
     if (Configuration.Current.AdvancedEditingMode.IsEnabled)
     {
         AEM.PlayerInstance = __instance;
         AEM.run();
     }
 }