Ejemplo n.º 1
0
 public void ForcePhaseAsNext(PhaseNode.PhaseID phaseId)
 {
     this.nextPhaseToForce = this.phaseNodes[phaseId];
 }
Ejemplo n.º 2
0
 public ChangeNextPhaseCommand(PhaseNode.PhaseID phaseId) : base()
 {
     this.nextPhase = phaseId;
 }