public ResultGameState(TemplateGameController game) { this.game = game; }
public IntroductionGameState(TemplateGameController game) { this.game = game; }
public PlayGameState(TemplateGameController game) { this.game = game; }
public QuestionGameState(TemplateGameController game) { this.game = game; }