0
0
Fork 0

Implement StartGame event

This commit is contained in:
Oliver-Akins 2021-01-02 13:32:56 -07:00
parent 69d6d3dc56
commit fdadfca76a
3 changed files with 82 additions and 0 deletions

View file

@ -38,6 +38,12 @@ interface LeaveGame {
interface GameLeft extends response {}
interface StartGame {
game_code: string;
}
interface GameStarted extends response {}
interface GetPastQuestions {
game_code: string;
team: team;