/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class UI_btnComeOn extends fgui.GButton { public m_n16:fgui.GGraph; public m_n14:fgui.GGraph; public m_title:fgui.GTextField; public static URL:string = "ui://hse3vywnpgpu6"; public static createInstance():UI_btnComeOn { return (fgui.UIPackage.createObject("WXSExport","btnComeOn")); } public constructor() { super(); } protected onConstruct(): void { this.m_n16 = (this.getChildAt(0)); this.m_n14 = (this.getChildAt(1)); this.m_title = (this.getChildAt(2)); } }