Пример #1
0
 public void DealDamage(float dmg)
 {
     healthbar.Decrease(dmg);
 }