top-block-game-cocos-demo/temp/programming/packer-driver/targets/editor/chunks/d8/d8cfdd1963c272ef8af5360fb6f...

39 lines
1.0 KiB
JavaScript

System.register(["cc"], function (_export, _context) {
"use strict";
var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, _dec, _class, _crd, ccclass, property, ajax;
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({}, "5996a3xpdxGV52P28C8e5pq", "ajax", undefined);
__checkObsolete__(['_decorator', 'Component', 'Node']);
({
ccclass,
property
} = _decorator);
_export("ajax", ajax = (_dec = ccclass('ajax'), _dec(_class = class ajax extends Component {
start() {}
update(deltaTime) {}
}) || _class));
_cclegacy._RF.pop();
_crd = false;
}
};
});
//# sourceMappingURL=d8cfdd1963c272ef8af5360fb6f15d2f574e3055.js.map