Beispiel #1
0
 public static ItemProperty BonusFeat(IPFeat feat)
 => NWScript.ItemPropertyBonusFeat((int)feat);
Beispiel #2
0
 public static ItemProperty BonusFeat(IPFeat feat)
 {
     return(NWScript.ItemPropertyBonusFeat((int)feat) !);
 }