Exemple #1
0
 public void DealDamage(int value, IFightable opponent)
 {
     opponent.ChangeHealth(-value);
 }