public EggIntroductionState(EggGame game) { this.game = game; }
public EggResultState(EggGame game) { this.game = game; }