/** 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"); } } }