少年修仙传客户端代码仓库
hch
2025-01-07 8586ab91ed2aec02fd4e17cf7fa0f19472395834
Merge branch 'tqxbqy' of http://mobile.secondworld.net.cn:10010/r/snxxz_scripts into tqxbqy
2个文件已修改
18 ■■■■■ 已修改文件
System/HappyXB/HappyXBModel.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LoopAct/YunShi/YunShiXBActWin.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/HappyXB/HappyXBModel.cs
@@ -164,6 +164,15 @@
                        return true;
                    }
                    break;
                case HappXBTitle.YunShi1:
                case HappXBTitle.YunShi2:
                case HappXBTitle.YunShi3:
                case HappXBTitle.YunShi4:
                    if (ModelCenter.Instance.GetModelEx<YunShiXBActModel>().isSkipXB)
                    {
                        return true;
                    }
                    break;
            }
            XBNotifyParms.Add(new ArrayList(paramArray));
System/LoopAct/YunShi/YunShiXBActWin.cs
@@ -153,6 +153,7 @@
        private void RefreshXBResult()
        {
            Display();
            if (model.isSkipXB)
            {
                ShowGetItem();
@@ -291,6 +292,7 @@
                transQian[i].transform.position = transStartQian[i].transform.position;
                transQian[i].transform.rotation = transStartQian[i].transform.rotation;
            }
            Display();
        }
        public void MoveAndDisappear()
@@ -479,6 +481,13 @@
            txtXBMany.text = Language.Get("YunShi07", funcSet.xbNums[1]);
            RefreshSkipUI();
            txtHasCnt.text = xbInfo.treasureCount.ToString();
            for (int i = 0; i < yunShiXBItems.Count; i++)
            {
                int gridIndex = i + 1;
                yunShiXBItems[i].Display(gridIndex);
            }
            for (int i = 0; i < model.AwardCellCount; i++)
            {
                if (i < list.Count)