コード例 #1
0
ファイル: GameEngine.cs プロジェクト: cjsunnysa/frogger
        public void InitialiseGame()
        {
            _gameObjectFactory.Initialise();
            _gameObjects = _method.CreateGameObjects(_gameObjectFactory);

            GameIsRunning = true;

            _frameTimer.Start();
        }