This commit is contained in:
2025-09-17 21:37:53 +02:00
parent 1003e84648
commit 1c6cd065db
11 changed files with 92 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
type RoomConfig = Configuration & {
export type RoomConfig = Configuration & {
RoomId: IntValue;
RoomType: StringValue;
Origin: Vector3Value;