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