Overnap

게임 관련 메세지 추가

......@@ -18,5 +18,13 @@ export const MessageType = {
ROOM_USER_UPDATE: "updateRoomUser",
ROOM_CHAT: "chat",
ROOM_READY: "ready",
ROOM_START: "startGame"
ROOM_START: "startGame",
GAME_START: "startRound",
GAME_WORDSET: "wordSet",
GAME_CHOOSE: "chooseWord",
GAME_WORD: "wordChosen",
GAME_TIMER: "timer",
GAME_ACCEPT: "answerAccepted",
GAME_FINISH_ROUND: "finishRound",
GAME_FINISH_GAME: "finishGame",
} as const
\ No newline at end of file
......