public TutorialGameState(ColorTickleGame game)
 {
     this.game = game;
 }
Ejemplo n.º 2
0
 public PlayGameState(ColorTickleGame game)
 {
     this.game = game;
 }
Ejemplo n.º 3
0
 public IntroductionGameState(ColorTickleGame game)
 {
     this.game = game;
 }
 public ResultGameState(ColorTickleGame game)
 {
     this.game = game;
 }