Пример #1
0
 public QuestionGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Пример #2
0
 public ResultGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Пример #3
0
 public PlayGameState(DancingDotsGame game)
 {
     this.game = game;
 }