Beispiel #1
0
 public EggPlayState(EggGame game)
 {
     this.game = game;
 }
Beispiel #2
0
        public EggQuestionState(EggGame game)
        {
            this.game = game;

            firstQuestion = true;
        }
Beispiel #3
0
 public EggResultState(EggGame game)
 {
     this.game = game;
 }