/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class UI_btnEgg extends fgui.GButton { public m_n50:fgui.GImage; public m_n53:fgui.GImage; public static URL:string = "ui://mjmru4i2bh9z1z"; public static createInstance():UI_btnEgg { return (fgui.UIPackage.createObject("Egg","btnEgg")); } public constructor() { super(); } protected onConstruct(): void { this.m_n50 = (this.getChildAt(0)); this.m_n53 = (this.getChildAt(1)); } }