Exemplo n.º 1
0
 public void Attack(CAR target)
 {
     target.HP -= DamageCalculator.CaclDamage(this, target);
 }