0
0
Fork 0

Add the game's ID to the datastore.

This commit is contained in:
Oliver-Akins 2021-01-07 12:35:53 -07:00
parent 48840ffdec
commit ffc4524127

View file

@ -31,4 +31,5 @@ interface datastoreGame {
teams: datastoreTeam[];
ingame: boolean;
object: string;
id: string;
}