少年修仙传客户端代码仓库
10366 【越南】【英语】【BT】【砍树】仙盟攻城战-客户端 进入后当前分组排行榜重发包
1个文件已修改
16 ■■■■■ 已修改文件
System/FairySiege/FairySiegeScheduleGroupWin.cs 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairySiege/FairySiegeScheduleGroupWin.cs
@@ -22,16 +22,20 @@
        {
            dropType.SetListener(value =>
            {
                dropType.interactable = false;
                scrGroup.Refresh();
                scrGroup.Restart();
                nowBattleGroup = value + 1;
                int groupValue2 = nowBattleType * 100 + nowBattleGroup;
                rankModel.ResetQueryParam();
                rankModel.QueryCrossRank(FairySiegeActModel.crossRoundRankType, model.operationCrossAct.zoneID, groupValue2: groupValue2);
                Send(groupValue2);
            });
        }
        void Send(int groupValue2)
        {
            dropType.interactable = false;
            scrGroup.Refresh();
            scrGroup.Restart();
            rankModel.ResetQueryParam();
            rankModel.QueryCrossRank(FairySiegeActModel.crossRoundRankType, model.operationCrossAct.zoneID, groupValue2: groupValue2);
        }
        protected override void BindController()
        {
        }
@@ -46,6 +50,8 @@
            if (!model.TryGetNowBatTypeAndGroup(model.myFamilyID, out myBattleType, out myBattleGroup))
                return;
            nowBattleType = myBattleType;
            int groupValue2 = nowBattleType * 100 + myBattleGroup;
            Send(groupValue2);
        }
        protected override void OnPreClose()