public void Draw(SpriteBatch spriteBatch) { Background.Draw(spriteBatch); spriteBatch.Rectangle(progressRectangle, ForeGroundColor); }
public override void Draw() { TextureField.Draw(); PickButton.Draw(); }