少年修仙传客户端代码仓库
client_Zxw
2018-12-25 0a3eefc447bd95bec9e881546f261d6244ed0e8b
5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
2个文件已修改
13 ■■■■ 已修改文件
System/CrossServerOneVsOne/FightingPKWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/PlayerBuffDatas.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CrossServerOneVsOne/FightingPKWin.cs
@@ -358,7 +358,6 @@
            int _index = cell.index;
            BuffBGMScripts _buffBGM = cell.GetComponent<BuffBGMScripts>();
            var skillconfig = Config.Instance.Get<SkillConfig>(_index);
            int _INList = _MyBuffSortList[_index];
            _buffBGM.b_BuffIcon.SetSprite(skillconfig.IconName);
            _buffBGM.b_BuffName.text = skillconfig.SkillName;
            _buffBGM.b_BuffContent.text = skillconfig.BuffDescription;
@@ -506,11 +505,11 @@
            }
            if (positionType == 1)
            {
                m_RoleInformation2.BuffNumber.text = _MyBuffSortList.Count.ToString();
                m_RoleInformation2.BuffNumber.text = _OpponentBuffSortList.Count.ToString();
            }
            else
            {
                m_RoleInformation1.BuffNumber.text = _MyBuffSortList.Count.ToString();
                m_RoleInformation1.BuffNumber.text = _OpponentBuffSortList.Count.ToString();
            }
        }
        private void PlaceOfBirth(int type)//关于出生点设置位置信息
System/MainInterfacePanel/PlayerBuffDatas.cs
@@ -274,13 +274,13 @@
                _ObjBuff.Layer = (int)info.Layer;
                _BuffDic.Add((int)info.SkillID, _ObjBuff);
            }
            if (BuffUpdateEvent != null)
            {
                BuffUpdateEvent((int)info.ObjID);
            }
            if (Even_ObjAddBuf != null)
                Even_ObjAddBuf();
        }
        if (BuffUpdateEvent != null)
        {
            BuffUpdateEvent((int)info.ObjID);
        }
    }
    public void ObjDelBuff(int playerId, int _BuffID)//buff减少