ABM_creator.Consumable.flagIconMissingForSpell C# (CSharp) 메소드

flagIconMissingForSpell() 보호된 메소드

protected flagIconMissingForSpell ( int spellId, string spellName ) : void
spellId int
spellName string
리턴 void
        protected void flagIconMissingForSpell(int spellId, string spellName)
        {
            try { GetMissingIcons().Add(spellId, spellName); }
            catch { DebugWindow.PrintDebugMessage("Error adding " + spellName + "(" + spellId + ") to missing icon list."); }
        }