예제 #1
0
 public ResultGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
예제 #2
0
        public PlayGameState(HideAndSeekGame game)
        {
            this.game = game;

            gameTime.onTimesUp += OnTimesUp;
        }
예제 #3
0
 public IntroductionGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
 public TutorialGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
 public QuestionGameState(HideAndSeekGame game)
 {
     this.game = game;
 }