コード例 #1
0
 public BalloonsResultState(BalloonsGame game)
 {
     this.game = game;
 }
コード例 #2
0
 public BalloonsPlayState(BalloonsGame game)
 {
     this.game = game;
 }
コード例 #3
0
 public BalloonsQuestionState(BalloonsGame game)
 {
     this.game = game;
 }
コード例 #4
0
 public BalloonsIntroductionState(BalloonsGame game, bool PerformTutorial)
 {
     this.game         = game;
     this.playTutorial = PerformTutorial;
 }
コード例 #5
0
 public BalloonsIntroductionState(BalloonsGame game)
 {
     this.game = game;
 }