ABM_creator.DivineScroll.DivineScroll C# (CSharp) Méthode

DivineScroll() public méthode

public DivineScroll ( 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
Résultat System
        public DivineScroll(int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell, string icon) : base(ip, spellId, spellLevel, casterLevel, spell, icon) {}
    }