ABM_creator.Consumable.findIconName C# (CSharp) Method

findIconName() protected abstract method

protected abstract findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
return string
        protected abstract string findIconName(int spellId, CNWSpell spell, int spellLevel);