Example #1
0
 override public void TakeHealth(float damage)
 {
     hpBar.UpdateHealth(base.hp - damage, initialHp);
     base.TakeHealth(damage);
 }