ABM_creator.Potion.Potion C# (CSharp) Method

Potion() public method

public Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
return System
        public Potion(int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell) : base(ip, spellId, spellLevel, casterLevel, spell) {}