Browse Source

修复卡主线关卡的bug

hexiaojie 8 months ago
parent
commit
363d3705f9

+ 0 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Main/UI_StoryChapterListUI.cs

@@ -14,7 +14,6 @@ namespace UI.Main
         public GImage m_bgTitle;
         public GList m_listTab;
         public GList m_listType;
-        public GLoader m_test;
         public Transition m_openViewAction;
         public const string URL = "ui://mfvz4q8kslb419";
         public const string PACKAGE_NAME = "Main";
@@ -70,7 +69,6 @@ namespace UI.Main
             m_bgTitle = (GImage)comp.GetChild("bgTitle");
             m_listTab = (GList)comp.GetChild("listTab");
             m_listType = (GList)comp.GetChild("listType");
-            m_test = (GLoader)comp.GetChild("test");
             m_openViewAction = comp.GetTransition("openViewAction");
         }
         public void Dispose(bool disposeTarget = false)
@@ -82,7 +80,6 @@ namespace UI.Main
             m_bgTitle = null;
             m_listTab = null;
             m_listType = null;
-            m_test = null;
             m_openViewAction = null;
             if(disposeTarget && target != null)
             {

BIN
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes