少年修仙传客户端代码仓库
client_Zxw
2018-09-26 cbe3d7c2cb4fbf96f3a2295351fa03ea14035499
System/Skill/SkillPanel.cs
@@ -120,10 +120,10 @@
        void CloseChild()
        {
            if (WindowCenter.Instance.CheckOpen<SkillAccordWin>()) {
            if (WindowCenter.Instance.IsOpen<SkillAccordWin>()) {
                WindowCenter.Instance.CloseImmediately<SkillAccordWin>();
            }
            if (WindowCenter.Instance.CheckOpen<SkillPassWin>()) {
            if (WindowCenter.Instance.IsOpen<SkillPassWin>()) {
                WindowCenter.Instance.CloseImmediately<SkillPassWin>();
            }
        }