少年修仙传客户端代码仓库
client_linchunjie
2018-09-27 dc5dc9bfb0c0cbd1f8ef2f9355fe50c5e419df16
System/Skill/TalentModel.cs
@@ -164,6 +164,20 @@
            return 1;
        }
        public int talentTypeCount
        {
            get
            {
                var job = (int)Math.Pow(2, PlayerDatas.Instance.baseData.Job);
                if (jobTalentTypeDict.ContainsKey(job))
                {
                    var list = jobTalentTypeDict[job];
                    return list.Count;
                }
                return 0;
            }
        }
        public bool TryGetTalents(int job, int talentType, int talentSeries, out List<int> talents)
        {
            talents = null;