TrainsAndRoads/interface/client-events/JoinLobbyEvent.ts

4 lines
75 B
TypeScript

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