/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Battle { public partial class ViewMapIcon : GComponent { public Controller m_selected; public GLoader m_n2; public GImage m_n3; public GImage m_n4; public const string URL = "ui://2qo7xpdcklx946"; public static ViewMapIcon CreateInstance() { return (ViewMapIcon)UIPackage.CreateObject("Battle","MapIcon"); } public ViewMapIcon() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_selected = this.GetController("selected"); m_n2 = (GLoader)this.GetChild("n2"); m_n3 = (GImage)this.GetChild("n3"); m_n4 = (GImage)this.GetChild("n4"); } } }