/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.ACommon { public partial class btn_saveingpot : GButton { public GGraph ani_parent; public GTextField text_nowcash; public const string URL = "ui://pmf3wbjiosgy4m"; public static btn_saveingpot CreateInstance() { return (btn_saveingpot)UIPackage.CreateObject("ACommon", "btn_saveingpot"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); ani_parent = (GGraph)GetChildAt(0); text_nowcash = (GTextField)GetChildAt(1); } } }