"use strict"; cc._RF.push(module, '4ab492TiH5J6JRbIXOhewsg', 'BaseCommand'); // lightMVC/core/base/BaseCommand.ts "use strict"; /** * 命令基类 */ Object.defineProperty(exports, "__esModule", { value: true }); var BaseCommand = /** @class */ (function () { function BaseCommand() { } return BaseCommand; }()); exports.default = BaseCommand; cc._RF.pop();