Beispiel #1
0
 /// <summary>
 /// Ready BT Handler
 /// then tell the Server that i am ready
 /// From Client2Server
 /// </summary>
 public void ReadyToPlayHandler()
 {
     if (!isLocalPlayer)
     {
         return;
     }
     //Debug.Log("ReadyToPlayHandler");
     userPanel.disableAllButton();
     CmdReadyToPlay();
 }