/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Common { public partial class ViewSimpleProgress : GProgressBar { public GGraph m_n0; public GGraph m_bar; public GGraph m_n2; public const string URL = "ui://ovtc57tdi11bc"; public static ViewSimpleProgress CreateInstance() { return (ViewSimpleProgress)UIPackage.CreateObject("Common","SimpleProgress"); } public ViewSimpleProgress() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n0 = (GGraph)this.GetChild("n0"); m_bar = (GGraph)this.GetChild("bar"); m_n2 = (GGraph)this.GetChild("n2"); } } }