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