| | |
| | | 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;
|
| | |
| | | }
|
| | | 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)//关于出生点设置位置信息
|