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