Ejemplo n.º 1
0
 /// <summary>
 /// Called to retrieve the health of this unit.
 /// </summary>
 public int getMyHealth()
 {
     return(myHealth.getMyHealth());
 }