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