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