Exemple #1
0
 public static ItemProperty SpellImmunitySpecific(IPSpellImmunity spell)
 => NWScript.ItemPropertySpellImmunitySpecific((int)spell);
Exemple #2
0
 public static ItemProperty SpellImmunitySpecific(IPSpellImmunity spell)
 {
     return(NWScript.ItemPropertySpellImmunitySpecific((int)spell) !);
 }