Example #1
0
 public void DealDamage(int amount)
 {
     health.changeValue(-amount);
 }