Implement StartGame event
This commit is contained in:
parent
69d6d3dc56
commit
fdadfca76a
3 changed files with 82 additions and 0 deletions
6
server/src/types/data.d.ts
vendored
6
server/src/types/data.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue