Пример #1
0
        protected override void Update(GameTime gameTime)
        {
            inputHandler.PreUpdate(gameTime);

            base.Update(gameTime);

            ppManager.Update(gameTime);
        }