示例#1
0
 public QuestionGameState(DancingDotsGame game)
 {
     this.game = game;
 }
示例#2
0
 public ResultGameState(DancingDotsGame game)
 {
     this.game = game;
 }
 public PlayGameState(DancingDotsGame game)
 {
     this.game = game;
 }