コード例 #1
0
ファイル: Game.cs プロジェクト: tmoritaa/Ponjan
 public void ForcePhaseAsNext(PhaseNode.PhaseID phaseId)
 {
     this.nextPhaseToForce = this.phaseNodes[phaseId];
 }
コード例 #2
0
 public ChangeNextPhaseCommand(PhaseNode.PhaseID phaseId) : base()
 {
     this.nextPhase = phaseId;
 }