/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class ui_Button_login extends fgui.GButton { public button:fgui.Controller; public n4:fgui.GImage; public n3:fgui.GTextField; public static URL:string = "ui://isxx5ak7nnz5v587"; public static createInstance():ui_Button_login { return (fgui.UIPackage.createObject("game", "Button_login")); } protected onConstruct():void { this.button = this.getController("button"); this.n4 = (this.getChild("n4")); this.n3 = (this.getChild("n3")); } }