adding genders of nouns
This commit is contained in:
parent
7e02a03bda
commit
0770ff9ec6
1 changed files with 3 additions and 0 deletions
|
|
@ -18,3 +18,6 @@ export const LOBBY_STATUSES = ["waiting", "in_progress", "finished"] as const;
|
|||
export type LobbyStatus = (typeof LOBBY_STATUSES)[number];
|
||||
|
||||
export const MAX_LOBBY_PLAYERS = 4;
|
||||
|
||||
export const NOUN_GENDERS = ["masculine", "feminine", "neuter"] as const;
|
||||
export type NounGender = (typeof NOUN_GENDERS)[number];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue