Ejemplo n.º 1
0
        public override void Draw(SpriteBatch spriteBatch)
        {
            base.Draw(spriteBatch);

            dialogManager.DrawBackground(spriteBatch);
            decalManager.Draw(spriteBatch);
            drawManager.Draw(spriteBatch);
            dialogManager.DrawForeground(spriteBatch);
            hudManager.Draw(spriteBatch);
        }