少年修仙传客户端代码仓库
hch
2025-02-28 73e29404c5bc9e0e516717f395edb894d81808d6
0312 修复跨服天梯推送打开界面问题
1个文件已修改
4 ■■■■ 已修改文件
LogicProject/System/PlayerCommon/HeroControler.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/PlayerCommon/HeroControler.cs
@@ -139,6 +139,10 @@
        else if (id == 7)
        {
            WindowCenter.Instance.OpenIL<CrossServerQualifyingWin>();
        }
        else if (id == 8)
        {
            WindowCenter.Instance.Open<CrossServerWin>(false, 0);
        }
    }