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