Exemplo n.º 1
0
 /**
  * Set the health of the widget.
  *
  * @param f float
  */
 public void setHealth(float f) {
   fWidgetOwner.setHealth(f);
 }