Showing
1 changed file
with
9 additions
and
1 deletions
... | @@ -18,5 +18,13 @@ export const MessageType = { | ... | @@ -18,5 +18,13 @@ export const MessageType = { |
18 | ROOM_USER_UPDATE: "updateRoomUser", | 18 | ROOM_USER_UPDATE: "updateRoomUser", |
19 | ROOM_CHAT: "chat", | 19 | ROOM_CHAT: "chat", |
20 | ROOM_READY: "ready", | 20 | ROOM_READY: "ready", |
21 | - ROOM_START: "startGame" | 21 | + ROOM_START: "startGame", |
22 | + GAME_START: "startRound", | ||
23 | + GAME_WORDSET: "wordSet", | ||
24 | + GAME_CHOOSE: "chooseWord", | ||
25 | + GAME_WORD: "wordChosen", | ||
26 | + GAME_TIMER: "timer", | ||
27 | + GAME_ACCEPT: "answerAccepted", | ||
28 | + GAME_FINISH_ROUND: "finishRound", | ||
29 | + GAME_FINISH_GAME: "finishGame", | ||
22 | } as const | 30 | } as const |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment