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