예제 #1
0
        protected override void Update(GameTime gameTime)
        {
            _entityManager.Update();
            _entityManager.CheckCollisions();

            _commandManager.ExecuteCommands();

            base.Update(gameTime);
        }