Exemplo n.º 1
0
 public QuestionGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Exemplo n.º 2
0
 public ResultGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Exemplo n.º 3
0
 public PlayGameState(DancingDotsGame game)
 {
     this.game = game;
 }