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