Exemplo n.º 1
0
 public void SetPhaseDraw()
 {
     currentPhaseGame++;
     sceneMgr.m_sceneEndPhase.Init("", "Draw");
     sceneMgr.ChangeState(sceneMgr.m_sceneEndPhase);
 }