You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			765 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			34 lines
		
	
	
		
			765 B
		
	
	
	
		
			C#
		
	
| /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 | |
| 
 | |
| using FairyGUI;
 | |
| using FairyGUI.Utils;
 | |
| 
 | |
| namespace Game.Battle
 | |
| {
 | |
| 	public partial class ViewMapSelect : GComponent
 | |
| 	{
 | |
| 		public GGraph m_p_bg;
 | |
| 		public GTextField m_t_select;
 | |
| 		public GList m_list_routeSelect;
 | |
| 
 | |
| 		public const string URL = "ui://2qo7xpdcljo94p";
 | |
| 
 | |
| 		public static ViewMapSelect CreateInstance()
 | |
| 		{
 | |
| 			return (ViewMapSelect)UIPackage.CreateObject("Battle","MapSelect");
 | |
| 		}
 | |
| 
 | |
| 		public ViewMapSelect()
 | |
| 		{
 | |
| 		}
 | |
| 
 | |
| 		public override void ConstructFromXML(XML xml)
 | |
| 		{
 | |
| 			base.ConstructFromXML(xml);
 | |
| 
 | |
| 			m_p_bg = (GGraph)this.GetChild("p_bg");
 | |
| 			m_t_select = (GTextField)this.GetChild("t_select");
 | |
| 			m_list_routeSelect = (GList)this.GetChild("list_routeSelect");
 | |
| 		}
 | |
| 	}
 | |
| } |