Exemple #1
0
 public void CmdChangeToNextPhase(float time)
 {
     Debug.Log("客户端请求进行下一阶段");
     StartCoroutine(gameSceneManager.ChangeToNextPhase(time));
 }