Exemplo n.º 1
0
 public void RealNextPhase(bool didAI)
 {
     PopupTextController.ClearPopups();
     if (GameStateManager.Instance.MatchType == MatchTypes.Online)
     {
         photonView.RPC("RPCNextPhase", PhotonTargets.All, didAI);
     }
     else
     {
         SetNextPhase(didAI);
     }
 }