少年修仙传客户端代码仓库
client_Wu Xijin
2019-06-29 4c2bfae2243376fca0f21bb141357c20648661aa
3335 添加一级界面的lua基类
1个文件已修改
2 ■■■ 已修改文件
System/WindowBase/OneLevelWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/WindowBase/OneLevelWin.cs
@@ -50,7 +50,7 @@
            m_SubWindowContainer = this.GetComponent<RectTransform>("Pivot/Container_SubWindow");
            var name = this.GetType().Name;
            var name = this.gameObject.name;
            var infos = WindowConfig.GetWindowFunctionInfos(name);
            foreach (var info in infos)
            {