Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -27,4 +27,6 @@ export const MessageType = { | ... | @@ -27,4 +27,6 @@ export const MessageType = { |
27 | GAME_ACCEPT: "answerAccepted", | 27 | GAME_ACCEPT: "answerAccepted", |
28 | GAME_FINISH_ROUND: "finishRound", | 28 | GAME_FINISH_ROUND: "finishRound", |
29 | GAME_FINISH_GAME: "finishGame", | 29 | GAME_FINISH_GAME: "finishGame", |
30 | + DRAW_SET: "setBrush", | ||
31 | + DRAW_MOVE: "moveBrush", | ||
30 | } as const | 32 | } as const |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment