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

GetSpellLevel() public method

public GetSpellLevel ( int spellId ) : int
spellId int
return int
        public int GetSpellLevel(int spellId)
        {
            return m_spells[spellId].Level;
        }