Overnap

그림 관련 메세지 추가

...@@ -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
......