コード例 #1
0
 public ResultGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
コード例 #2
0
ファイル: PlayGameState.cs プロジェクト: vgwb/Antura_arabic
        public PlayGameState(HideAndSeekGame game)
        {
            this.game = game;

            gameTime.onTimesUp += OnTimesUp;
        }
コード例 #3
0
 public IntroductionGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
コード例 #4
0
 public TutorialGameState(HideAndSeekGame game)
 {
     this.game = game;
 }
コード例 #5
0
 public QuestionGameState(HideAndSeekGame game)
 {
     this.game = game;
 }