Ejemplo n.º 1
0
 public static ItemProperty Trap(IPTrapStrength trapStrength, IPTrapType trapType)
 => NWScript.ItemPropertyTrap((int)trapStrength, (int)trapType);
Ejemplo n.º 2
0
 public static ItemProperty Trap(IPTrapStrength trapStrength, IPTrapType trapType)
 {
     return(NWScript.ItemPropertyTrap((int)trapStrength, (int)trapType) !);
 }