少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-28 3b50d06d004ecc31df7ecaa57927fa35c1ea608e
System/Skill/SkillWin.cs
@@ -113,7 +113,7 @@
        void CloseChild()
        {
            var children = WindowConfig.Get().FindChildWindows("SkillWin");
            var children = WindowConfig.GetChildWindows("SkillWin");
            foreach (var window in children)
            {
                WindowCenter.Instance.Close(window);