少年修仙传客户端代码仓库
client_Wu Xijin
2019-05-21 fee41a65a0c780de1ed36e5ca340b9e052242231
6880 原封魔坛入口调整
1个文件已修改
8 ■■■■■ 已修改文件
System/FindPrecious/LootPreciousFrameWin.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FindPrecious/LootPreciousFrameWin.cs
@@ -18,7 +18,6 @@
        {
            base.AddListeners();
            SetFunctionListener(1, ShowRidingPetContention);
            SetFunctionListener(2, ShowDogzDungeon);
            SetFunctionListener(3, AllianceBoss);
        }
@@ -27,13 +26,6 @@
            CloseSubWindows();
        }
        #endregion
        private void ShowDogzDungeon()
        {
            CloseSubWindows();
            WindowCenter.Instance.Open<DogzDungeonWin>();
            functionOrder = 2;
        }
        private void ShowRidingPetContention()
        {