|  | @@ -8,7 +8,7 @@ namespace UI.FieldGuide
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |          public GComponent target;
 | 
	
		
			
				|  |  |          public GLoader m_loaBg;
 | 
	
		
			
				|  |  | -        public GComponent m_btnBack;
 | 
	
		
			
				|  |  | +        public GButton m_btnBack;
 | 
	
		
			
				|  |  |          public GList m_list;
 | 
	
		
			
				|  |  |          public const string URL = "ui://vqq9h9h4s61p1y";
 | 
	
		
			
				|  |  |          public const string PACKAGE_NAME = "FieldGuide";
 | 
	
	
		
			
				|  | @@ -58,7 +58,7 @@ namespace UI.FieldGuide
 | 
	
		
			
				|  |  |          private void Init(GComponent comp)
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              m_loaBg = (GLoader)comp.GetChild("loaBg");
 | 
	
		
			
				|  |  | -            m_btnBack = (GComponent)comp.GetChild("btnBack");
 | 
	
		
			
				|  |  | +            m_btnBack = (GButton)comp.GetChild("btnBack");
 | 
	
		
			
				|  |  |              m_list = (GList)comp.GetChild("list");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          public void Dispose(bool disposeTarget = false)
 |