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;
        }