ABM_creator.Potion.Potion C# (CSharp) 메소드

Potion() 공개 메소드

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