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