Codebreak.Service.World.Game.Guild.GuildSpellBook.HasSpell C# (CSharp) Method

HasSpell() public method

public HasSpell ( int spellId ) : bool
spellId int
return bool
        public bool HasSpell(int spellId)
        {
            return m_spells.ContainsKey(spellId);
        }