LarpixClient/node_modules/@trapezedev/project/dist/platform-project.js
2026-05-03 17:09:55 +02:00

17 lines
No EOL
422 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformProject = void 0;
class PlatformProject {
constructor(project) {
this.project = project;
this.error = null;
}
getError() {
return this.error;
}
setError(error) {
this.error = error;
}
}
exports.PlatformProject = PlatformProject;
//# sourceMappingURL=platform-project.js.map