Example #1
0
 public static void Damage(float amount)
 {
     healthBar.ApplyDamage(amount);
 }