Ejemplo n.º 1
0
 public void AttachToHPBar(HPBar _hp)
 {
     hpBarAttached = _hp;
     hpBarAttached.Attach(this);
 }