| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.ActivityAfternoonTea
 
- {
 
-     public partial class UI_ActivityVisitNPCUI
 
-     {
 
-         public GComponent target;
 
-         public GLoader m_loaBg;
 
-         public GLoader m_npcIcon;
 
-         public UI_CompDialogText m_DialogText;
 
-         public GLoader m_nextChatBtn;
 
-         public GButton m_btnBack;
 
-         public GTextField m_titleIcon;
 
-         public UI_Component2 m_taskIcon;
 
-         public GLoader m_listBg;
 
-         public GList m_taskList;
 
-         public GLoader m_gotReward;
 
-         public const string URL = "ui://wpsqkdbznjonj";
 
-         public const string PACKAGE_NAME = "ActivityAfternoonTea";
 
-         public const string RES_NAME = "ActivityVisitNPCUI";
 
-         private static UI_ActivityVisitNPCUI _proxy;
 
-         public static UI_ActivityVisitNPCUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_ActivityVisitNPCUI();
 
-             if(gObject == null)
 
-             	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
 
-             else
 
-             	ui.target =  (GComponent)gObject;
 
-             ui.Init(ui.target);
 
-             return ui;
 
-         }
 
-         public static UI_ActivityVisitNPCUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_ActivityVisitNPCUI();
 
-             }
 
-             var ui = _proxy;
 
-             if(gObject == null)
 
-             	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
 
-             else
 
-             	ui.target =  (GComponent)gObject;
 
-             ui.Init(ui.target);
 
-             return ui;
 
-         }
 
-         public static void ProxyEnd()
 
-         {
 
-             if (_proxy != null)
 
-             {
 
-                 _proxy.Dispose();
 
-             }
 
-         }
 
-         public static void ClearProxy()
 
-         {
 
-             ProxyEnd();
 
-             _proxy = null;
 
-         }
 
-         private void Init(GComponent comp)
 
-         {
 
-             m_loaBg = (GLoader)comp.GetChild("loaBg");
 
-             m_npcIcon = (GLoader)comp.GetChild("npcIcon");
 
-             m_DialogText = (UI_CompDialogText)UI_CompDialogText.Create(comp.GetChild("DialogText"));
 
-             m_nextChatBtn = (GLoader)comp.GetChild("nextChatBtn");
 
-             m_btnBack = (GButton)comp.GetChild("btnBack");
 
-             m_titleIcon = (GTextField)comp.GetChild("titleIcon");
 
-             m_taskIcon = (UI_Component2)UI_Component2.Create(comp.GetChild("taskIcon"));
 
-             m_listBg = (GLoader)comp.GetChild("listBg");
 
-             m_taskList = (GList)comp.GetChild("taskList");
 
-             m_gotReward = (GLoader)comp.GetChild("gotReward");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_loaBg = null;
 
-             m_npcIcon = null;
 
-             m_DialogText.Dispose();
 
-             m_DialogText = null;
 
-             m_nextChatBtn = null;
 
-             m_btnBack = null;
 
-             m_titleIcon = null;
 
-             m_taskIcon.Dispose();
 
-             m_taskIcon = null;
 
-             m_listBg = null;
 
-             m_taskList = null;
 
-             m_gotReward = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |