partey_workadventure/front/src/Connexion/World.ts

5 lines
69 B
TypeScript
Raw Normal View History

2021-09-28 09:44:11 +02:00
export interface World {
2022-01-26 12:44:08 +01:00
roomId: string;
player: string[];
2022-01-25 21:10:02 +01:00
}