mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 16:22:33 +00:00
can creater & join lobby
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ const PlayerTypeSchema = z.nativeEnum(PlayerType);
|
||||
|
||||
export interface Lobby {
|
||||
id: string;
|
||||
msUntilStart: number;
|
||||
numClients: number;
|
||||
msUntilStart?: number;
|
||||
numClients?: number;
|
||||
}
|
||||
|
||||
const EmojiSchema = z.string().refine(
|
||||
|
||||
Reference in New Issue
Block a user