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