1234567891011121314151617 |
- /** 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 <ui_daoJuDisplay>(fgui.UIPackage.createObject("game", "daoJuDisplay"));
- }
- protected onConstruct():void {
- this.n1 = <fgui.GGraph>(this.getChild("n1"));
- this.n0 = <fgui.GTextField>(this.getChild("n0"));
- }
- }
|