Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 03:55:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d517de9059d63b1f0bdd8941d14bd1dc7866d6d
3d517de9
1 parent
74bead5c
게임 관련 메세지 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
web/src/components/common/types.ts
web/src/components/common/types.ts
View file @
3d517de
...
...
@@ -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
...
...
Please
register
or
login
to post a comment