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

            if (Visible)
            {
                LeftButton.Draw(spriteBatch);
                RightButton.Draw(spriteBatch);
            }
        }