12345678910111213141516171819202122 |
- /** 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 <UI_btnFight>(fgui.UIPackage.createObject("Fight","btnFight"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n4 = <fgui.GImage>(this.getChildAt(0));
- }
- }
|