1234567891011121314151617181920212223242526272829 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, ModuleDef, _crd;
- _export("ModuleDef", void 0);
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "755bdpf6lRIfLHpmBltN1fn", "ModuleDef", undefined);
- _export("ModuleDef", ModuleDef = class ModuleDef {});
- ModuleDef.BASIC = 'module_basic';
- ModuleDef.EXTRA = 'module_extra';
- ModuleDef.GAME = 'module_game';
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=110c416a00fd8a4e06c1119a848b4bc3b9f91834.js.map
|