public TutorialGameState(ColorTickleGame game)
 {
     this.game = game;
 }
 public PlayGameState(ColorTickleGame game)
 {
     this.game = game;
 }
Exemple #3
0
 public IntroductionGameState(ColorTickleGame game)
 {
     this.game = game;
 }
 public ResultGameState(ColorTickleGame game)
 {
     this.game = game;
 }