partey_workadventure/front/src/Connexion/World.ts

4 lines
64 B
TypeScript
Raw Normal View History

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