Esempio n. 1
0
 public void StartGame()
 {
     //    Debug.Log("StartGame");
     if (!MsgCenter.IsServece())
     {
         Recever.rInstance.GameState = GameState.Playing;
     }
 }