Add launchable

This commit is contained in:
usernames122
2025-10-23 20:58:19 +02:00
parent 300bb16e5e
commit d9d5460856
27 changed files with 1743 additions and 85 deletions

View File

@@ -1,5 +1,6 @@
import { BaseService } from "./BaseService.js";
import { Instance } from "./Instance.js";
export class Workspace extends Instance {
export class Workspace extends BaseService {
constructor() {
super("Workspace");
this.InstanceId = "WorkspaceRoot"; // Fixed ID for Workspace (Bad idea to replicate services over network?)