Files
SerpentRace/SerpentRace_Backend/src/Application/Game/commands/StartGamePlayCommand.ts
T
2025-09-15 19:00:35 +02:00

4 lines
157 B
TypeScript

export interface StartGamePlayCommand {
gameId: string; // Game ID to start
userId?: string; // User who is starting the game (should be game master)
}