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