Beispiel #1
0
 public static ItemProperty WeightReduction(IPReducedWeight weightReduction)
 => NWScript.ItemPropertyWeightReduction((int)weightReduction);
Beispiel #2
0
 public static ItemProperty WeightReduction(IPReducedWeight weightReduction)
 {
     return(NWScript.ItemPropertyWeightReduction((int)weightReduction) !);
 }