Пример #1
0
 public EggIntroductionState(EggGame game)
 {
     this.game = game;
 }
 public EggResultState(EggGame game)
 {
     this.game = game;
 }