static void DrawFancyBar(SpriteBatch spriteBatch, float lifeAmount, float lifeMax, Texture2D barIconTexture, Rectangle barIconFrame)
static void DrawHealthText(SpriteBatch spriteBatch, Rectangle area, float current, float max)
static void DrawBareBonesBar(SpriteBatch spriteBatch, float lifePercent)
static void DrawFancyBar(SpriteBatch spriteBatch, float lifeAmount, float lifeMax, Texture2D barIconTexture, Rectangle barIconFrame, float shieldCurrent, float shieldMax)