public MaintenancePhase(GamePhase nextPhase) { this.gamePhase = EGamePhase.MaintenancePhase; this.nextPhase = nextPhase; }
public CombatAndExplorePhase(GamePhase nextPhase) { this.nextPhase = nextPhase; }