ABM_creator.ArcaneScroll.ArcaneScroll C# (CSharp) Method

ArcaneScroll() public method

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