This commit is contained in:
_Bastler
2022-01-25 21:10:02 +01:00
parent f2da041b7c
commit 64298de8bd
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export interface World {
roomId: string;
player: string[];
}
}