/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class ui_daoJuDisplay extends fgui.GComponent { public n1:fgui.GGraph; public n0:fgui.GTextField; public static URL:string = "ui://isxx5ak7uel8v58m"; public static createInstance():ui_daoJuDisplay { return (fgui.UIPackage.createObject("game", "daoJuDisplay")); } protected onConstruct():void { this.n1 = (this.getChild("n1")); this.n0 = (this.getChild("n0")); } }