top-block-game-cocos-demo/temp/programming/packer-driver/targets/preview/chunks/a5/a5dc6fbafeaaa7a8a004b5f07a1...

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, WithdrawalData;
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({}, "490a9P8JcRBPZFNabzsmAAR", "WithdrawalData", undefined);
__checkObsolete__(['_decorator', 'Component', 'Node']);
({
ccclass,
property
} = _decorator);
_export("WithdrawalData", WithdrawalData = (_dec = ccclass('WithdrawalData'), _dec(_class = class WithdrawalData extends Component {
start() {}
update(deltaTime) {}
}) || _class));
_cclegacy._RF.pop();
_crd = false;
}
};
});
//# sourceMappingURL=a5dc6fbafeaaa7a8a004b5f07a12e7997a16cf18.js.map