Exemplo n.º 1
0
 public static void Postfix()
 {
     if (GameStarter.AfterStart != null)
     {
         Loger.Log("Client HarmonyPatch Root_Play.SetupForQuickTestPlay()");
         GameStarter.AfterStart();
     }
 }
Exemplo n.º 2
0
 public static void Postfix()
 {
     if (GameStarter.AfterStart != null)
     {
         Loger.Log("Client HarmonyPatch Game.InitNewGame()");
         GameStarter.AfterStart();
     }
 }