123456789101112131415161718192021222324 |
- /** 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 <UI_btnEgg>(fgui.UIPackage.createObject("Egg","btnEgg"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n50 = <fgui.GImage>(this.getChildAt(0));
- this.m_n53 = <fgui.GImage>(this.getChildAt(1));
- }
- }
|