123456789101112 |
- System.register([], function (_export, _context) {
- "use strict";
- return {
- setters: [],
- execute: function () {
- // This module is auto-generated to report error emitted when try to load module file:///Users/wenshuang/Desktop/%E5%85%AC%E5%8F%B8%E6%B8%B8%E6%88%8F/GunfightShoot/assets/scripts/game/Game.ts at runtime.
- throw new Error("SyntaxError: /file:/Users/wenshuang/Desktop/%E5%85%AC%E5%8F%B8%E6%B8%B8%E6%88%8F/GunfightShoot/assets/scripts/game/Game.ts: Unexpected reserved word 'await'. (66:24)\n\n 64 | }\n 65 | \n> 66 | let item:Node = await ResUtil.loadRes(data.map,Game.I.map);\n | ^\n 67 | let pos: Vec3 = this.getRandomBornPosition();\n 68 | item.worldPosition = pos;\n 69 | //\u521B\u5EFA\u7ED5Y\u8F74\u65CB\u8F6C90\u5EA6\u7684\u56DB\u5143\u6570");
- }
- };
- });
- //# sourceMappingURL=8bf3ba93a8b3c3d367f8a58d4861d2fedd8567e1.js.map
|