private static void Postfix(Player __instance)
 {
     if (Settings.isEnabled("AdvancedEditingMode"))
     {
         AEM.PlayerInstance = __instance;
         AEM.run();
     }
 }
Exemplo n.º 2
0
 private static void Postfix(Player __instance)
 {
     if (Configuration.Current.AdvancedEditingMode.IsEnabled)
     {
         AEM.PlayerInstance = __instance;
         AEM.run();
     }
 }