Ejemplo n.º 1
0
 private void OnClientReadyToStart(NetworkMessage netMsg)
 {
     clientHudScript.ReadyToStart(netMsg.conn.connectionId.ToString());
     Debug.Log("OnClientReadyToStart " + netMsg.conn.connectionId.ToString());
 }