/// <summary> /// Called to heal a unit. /// </summary> public void healUnit(int heal) { myHealth.healUnit(heal); }