39 lines
1.1 KiB
JavaScript
39 lines
1.1 KiB
JavaScript
System.register(["cc"], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, _dec, _class, _crd, ccclass, property, WithdrawalBt_n;
|
|
|
|
return {
|
|
setters: [function (_cc) {
|
|
_cclegacy = _cc.cclegacy;
|
|
__checkObsolete__ = _cc.__checkObsolete__;
|
|
__checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
|
|
_decorator = _cc._decorator;
|
|
Component = _cc.Component;
|
|
}],
|
|
execute: function () {
|
|
_crd = true;
|
|
|
|
_cclegacy._RF.push({}, "a068aX7dtJAv74XQag5FB9n", "WithdrawalBtn", undefined);
|
|
|
|
__checkObsolete__(['_decorator', 'Component', 'Node']);
|
|
|
|
({
|
|
ccclass,
|
|
property
|
|
} = _decorator);
|
|
|
|
_export("WithdrawalBt_n", WithdrawalBt_n = (_dec = ccclass('WithdrawalBt_n'), _dec(_class = class WithdrawalBt_n extends Component {
|
|
start() {}
|
|
|
|
update(deltaTime) {}
|
|
|
|
}) || _class));
|
|
|
|
_cclegacy._RF.pop();
|
|
|
|
_crd = false;
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=ba69876f8c9a460612f07938c242df101fd220a0.js.map
|