Exemple #1
0
 public void RPCDealDamage(DamageType damageType, int force, int armourPenetration)
 {
     damageLoss -= armour.GetDamageAfterArmour(damageType, force, armourPenetration);
 }