Esempio n. 1
0
 public MaintenancePhase(GamePhase nextPhase)
 {
     this.gamePhase = EGamePhase.MaintenancePhase;
     this.nextPhase = nextPhase;
 }
Esempio n. 2
0
 public CombatAndExplorePhase(GamePhase nextPhase)
 {
     this.nextPhase = nextPhase;
 }