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