diff options
Diffstat (limited to 'client/src/types.ts')
-rw-r--r-- | client/src/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |