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

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

public TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
spell CNWSpell
Результат System
        public TradeScroll(int ip, int spellId, int spellLevel, CNWSpell spell) : base(ip, spellId, spellLevel, 0, spell, "it_yellowparch") {
            blueprint.Tag = "acr_it_tradescroll";
        }
    }