Exemplo n.º 1
0
 public MissionOverviewPhase(PhaseContainer container) : base(PhaseType.PreGame, typeof(TeamSelectingPhase))
 {
 }
Exemplo n.º 2
0
 public TeamSelectingPhase(PhaseContainer container) : base(PhaseType.PreGame, typeof(GamePhase))
 {
 }