init commit
This commit is contained in:
8
js/instances/Workspace.js
Normal file
8
js/instances/Workspace.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Instance } from "./Instance.js";
|
||||
export class Workspace extends Instance {
|
||||
constructor() {
|
||||
super("Workspace");
|
||||
this.InstanceId = "WorkspaceRoot"; // Fixed ID for Workspace (Bad idea to replicate services over network?)
|
||||
// Most likely: yes, but we can filter them out in ReplicatorService
|
||||
}
|
||||
} // Workspace is the root container for all 3D objects in the scene
|
||||
Reference in New Issue
Block a user