commonui-lib-test
Version:
"#common ui lib test"
17 lines (16 loc) • 539 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class textError2009 extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "textError2009"));
}
onConstruct() {
this.labelTitle = (this.getChild("labelTitle"));
}
}
exports.default = textError2009;
textError2009.URL = "ui://lh4a80jdmmqrep";