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