/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Battle { public partial class ViewBlessChoose : GComponent { public GGraph m_n11; public GGraph m_n7; public GGraph m_n10; public GList m_blessList; public const string URL = "ui://2qo7xpdcfuzw3l"; public static ViewBlessChoose CreateInstance() { return (ViewBlessChoose)UIPackage.CreateObject("Battle","BlessChoose"); } public ViewBlessChoose() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n11 = (GGraph)this.GetChild("n11"); m_n7 = (GGraph)this.GetChild("n7"); m_n10 = (GGraph)this.GetChild("n10"); m_blessList = (GList)this.GetChild("blessList"); } } }