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