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