Пример #1
0
        public static void Update(GameTime gameTime)
        {
            GameObjectManager.UpdateObjects(gameTime);
            ParticleManager.Update(gameTime);
            TaskScheduler.Update(gameTime);
            ControllerVibration.Update(gameTime);

            stateMachine.StateDo(gameTime);
        }