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