/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.tixian { public partial class com_regulation : GComponent { public GComponent closeButton; public const string URL = "ui://jwedp6jyghqt2"; public static com_regulation CreateInstance() { return (com_regulation)UIPackage.CreateObject("tixian", "com_regulation"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); closeButton = (GComponent)GetChildAt(1); } } }