/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Battle { public partial class ViewBag : GComponent { public GGraph m_n5; public const string URL = "ui://2qo7xpdci7lp2h"; public static ViewBag CreateInstance() { return (ViewBag)UIPackage.CreateObject("Battle","Bag"); } public ViewBag() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n5 = (GGraph)this.GetChild("n5"); } } }