Update type for status.
This commit is contained in:
parent
b842d9f8bc
commit
de3a8ea61e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class Game {
|
||||
readonly code: string;
|
||||
public status: string;
|
||||
public status: game_states;
|
||||
#players: players;
|
||||
|
||||
public constructor(code: string, host: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue