Exemplo n.º 1
0
 public EggPlayState(EggGame game)
 {
     this.game = game;
 }
Exemplo n.º 2
0
        public EggQuestionState(EggGame game)
        {
            this.game = game;

            firstQuestion = true;
        }