Exemple #1
0
 public static ItemProperty DamageReduction(IPDamageReduction damageReduction, IPDamageSoak damageSoak)
 => NWScript.ItemPropertyDamageReduction((int)damageReduction, (int)damageSoak);
Exemple #2
0
 public static ItemProperty DamageReduction(IPDamageReduction damageReduction, IPDamageSoak damageSoak)
 {
     return(NWScript.ItemPropertyDamageReduction((int)damageReduction, (int)damageSoak) !);
 }