Beispiel #1
0
 /// <summary>
 /// after user pressed ready, a new player in the game would be created
 /// </summary>
 public void OnBtnReady()
 {
     UIUtils.SetActive(btnReady, false);
     m_game.CreatePlayer();
 }