コード例 #1
0
ファイル: GameStarter.cs プロジェクト: thomotron/OnlineCity
 public static void Postfix()
 {
     if (GameStarter.AfterStart != null)
     {
         Loger.Log("Client HarmonyPatch Root_Play.SetupForQuickTestPlay()");
         GameStarter.AfterStart();
     }
 }
コード例 #2
0
ファイル: GameStarter.cs プロジェクト: thomotron/OnlineCity
 public static void Postfix()
 {
     if (GameStarter.AfterStart != null)
     {
         Loger.Log("Client HarmonyPatch Game.InitNewGame()");
         GameStarter.AfterStart();
     }
 }