Пример #1
0
 public static ItemProperty WeightIncrease(IPWeightIncrease weightIncrease)
 => NWScript.ItemPropertyWeightIncrease((int)weightIncrease);
Пример #2
0
 public static ItemProperty WeightIncrease(IPWeightIncrease weightIncrease)
 {
     return(NWScript.ItemPropertyWeightIncrease((int)weightIncrease) !);
 }