Ejemplo n.º 1
0
 public void HandleEnter()
 {
     state.SpawnMobiles();
     gamePhaseManager.Transition(new PlayerRoundPhase());
 }