From 484409b64d0a1dadcf35fa664ecf3dcd4808a83a Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 29 Jun 2023 21:52:26 -0400 Subject: custom map overrides --- client/src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/types.ts') diff --git a/client/src/types.ts b/client/src/types.ts index 01f4e3a..d08bc03 100644 --- a/client/src/types.ts +++ b/client/src/types.ts @@ -194,6 +194,7 @@ export type Player = { export type PlayerInput = { start: boolean, key: Key, + maps: {[key: number]: string} name?: string } -- cgit v1.2.3-freya