ABM_creator.Wand.Wand C# (CSharp) Метод

Wand() публичный Метод

public Wand ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
Результат System
        public Wand(int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell) : base(ip, spellId, spellLevel, casterLevel, spell, false)
        {
            blueprint.Charges = 50;
        }