4ab49d93-887e-49e8-945b-2173a17b0b20.js 373 B

1234567891011121314151617
  1. "use strict";
  2. cc._RF.push(module, '4ab492TiH5J6JRbIXOhewsg', 'BaseCommand');
  3. // lightMVC/core/base/BaseCommand.ts
  4. "use strict";
  5. /**
  6. * 命令基类
  7. */
  8. Object.defineProperty(exports, "__esModule", { value: true });
  9. var BaseCommand = /** @class */ (function () {
  10. function BaseCommand() {
  11. }
  12. return BaseCommand;
  13. }());
  14. exports.default = BaseCommand;
  15. cc._RF.pop();