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