コード例 #1
0
 public static void StopGame()
 {
     singleton.StopAllCoroutines();
     NetController.StopServer();
     singleton.DestroyAllBubblesInDict();
     singleton._curGameMode = GameMode.none;
 }