少年修仙传客户端代码仓库
client_linchunjie
2019-07-04 2c8791e20f07bd3f6e7addac0c8e456d36038728
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
11 ■■■■■ 已修改文件
System/RoleParticulars/OtherPlayerEquipLevelBehaviour.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/RoleParticulars/OtherPlayerEquipModel.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/RoleParticulars/OtherPlayerEquipLevelBehaviour.cs
@@ -27,6 +27,7 @@
            this.m_Title.text = RealmConfig.Get(realm).Name;
            model.selectedLevelChangeEvent += OnSelected;
            DisplayBackGround(model.selectedLevel == this.level);
            m_Select.SetListener(Select);
        }
System/RoleParticulars/OtherPlayerEquipModel.cs
@@ -57,7 +57,6 @@
            this.wing = info.wing;
            SelectLevel(1);
            WindowCenter.Instance.Open<OtherPlayerEquipWin>();
        }
        public void SelectLevel(int level)
@@ -65,6 +64,10 @@
            if (equipDetailsGroups.ContainsKey(level))
            {
                selectedLevel = level;
                if (!WindowCenter.Instance.IsOpen<OtherPlayerEquipWin>())
                {
                    WindowCenter.Instance.Open<OtherPlayerEquipWin>();
                }
            }
            else
            {
@@ -104,6 +107,11 @@
        {
            equipDetailsGroups[info.EquipClassLV] = new EquipDetailsGroup(playerJob, info.EquipClassLV, info.ItemData);
            selectedLevel = info.EquipClassLV;
            if (!WindowCenter.Instance.IsOpen<OtherPlayerEquipWin>())
            {
                WindowCenter.Instance.Open<OtherPlayerEquipWin>();
            }
        }
        public Dictionary<int, EquipBrief> GetEquipBriefs()