/// <summary> /// Redraws the Equipment panel /// </summary> private void UpdateEquipPanel() { if (equipPanel != null) { equipPanel.DrawEquipment(); } }