예제 #1
0
        public override void DrawInGameUI(SpriteBatch spriteBatch)
        {
            base.DrawInGameUI(spriteBatch);

            if (Visible)
            {
                ToggleButton.DrawInGameUI(spriteBatch);
                ItemMenu.DrawInGameUI(spriteBatch);
            }
        }