solorice/vscode/extensions/geequlim.godot-tools-1.2.0/out/debugger/commands/command.js
2022-04-28 20:54:44 +03:00

10 lines
240 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = void 0;
class Command {
constructor() {
this.param_count = -1;
}
}
exports.Command = Command;
//# sourceMappingURL=command.js.map