Add the game's ID to the datastore.
This commit is contained in:
parent
48840ffdec
commit
ffc4524127
1 changed files with 1 additions and 0 deletions
1
server/src/types/datastore.d.ts
vendored
1
server/src/types/datastore.d.ts
vendored
|
|
@ -31,4 +31,5 @@ interface datastoreGame {
|
|||
teams: datastoreTeam[];
|
||||
ingame: boolean;
|
||||
object: string;
|
||||
id: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue