/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Battle { public partial class ViewenergeBar : GProgressBar { public GGraph m_n0; public GGraph m_bar_v; public const string URL = "ui://2qo7xpdcumbx5a"; public static ViewenergeBar CreateInstance() { return (ViewenergeBar)UIPackage.CreateObject("Battle","energeBar"); } public ViewenergeBar() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n0 = (GGraph)this.GetChild("n0"); m_bar_v = (GGraph)this.GetChild("bar_v"); } } }