rooooms are mostly dooone, misc routes, instance management stubs, and matchmaking base
This commit is contained in:
@@ -83,6 +83,10 @@ export class SubroomFactory {
|
||||
}
|
||||
}
|
||||
|
||||
setSubroomProperties(props: RoomDataTypes.SubroomProps) {
|
||||
Object.assign(this, props);
|
||||
}
|
||||
|
||||
get RoomId() { if (!this.#obj) throw this.#cannotAccessBeforeInitError; else return this.#obj.RoomId; }
|
||||
set RoomId(data) { if (!this.#obj) throw this.#cannotAccessBeforeInitError; else this.#obj.RoomId = data }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user