partey_workadventure/front/src/Connexion/World.ts

5 lines
65 B
TypeScript
Raw Normal View History

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