TrainsAndRoads/interface/client-events/JoinLobbyEvent.ts

5 lines
73 B
TypeScript

export type JoinLobbyEvent = {
userName: string;
lobbyId: string;
};