TrainsAndRoads/interface/client-events/CreateLobbyEvent.ts

3 lines
56 B
TypeScript

export type CreateLobbyEvent = {
userName: string;
}