| | |
| | |
|
| | | public int _ContributionNumber = 0;//仙盟贡献度
|
| | | public Dictionary<int, int> MethodDataNeedLVDic = new Dictionary<int, int>();//心法下表对应的所需学习等级
|
| | |
|
| | | FairyModel fairyModel { get { return ModelCenter.Instance.GetModel<FairyModel>(); } }
|
| | | public override void Init()
|
| | | {
|
| | | string str = Config.Instance.Get<FuncConfigConfig>("FamilyTechNeedLV").Numerical1;
|
| | |
| | | {
|
| | | FairyAuHallRedPoint();
|
| | | FairyAuMethodDic();
|
| | | FairyAuMethodRedPoint();
|
| | | }
|
| | |
|
| | | private void OnRefreshFairyMine()//退出仙盟
|
| | |
| | | }
|
| | | private void FairyAuMethodRedPoint()//仙盟心法红点
|
| | | {
|
| | | if (!PlayerDatas.Instance.fairyData.HasFairy || MethodRedPointBtnDic.Count==0)
|
| | | if (!fairyModel.fairyMethodToOpen || MethodRedPointBtnDic.Count == 0)
|
| | | {
|
| | | return;
|
| | | }
|