/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Battle { public partial class ViewDie : GComponent { public GGraph m_n0; public GGraph m_n1; public GTextField m_n2; public const string URL = "ui://2qo7xpdcgzui2o"; public static ViewDie CreateInstance() { return (ViewDie)UIPackage.CreateObject("Battle","Die"); } public ViewDie() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n0 = (GGraph)this.GetChild("n0"); m_n1 = (GGraph)this.GetChild("n1"); m_n2 = (GTextField)this.GetChild("n2"); } } }