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 04:37:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d3db7b44d35ab7d909ad0118646d4c9ed4329a9f
d3db7b44
1 parent
f158b2d5
그림 관련 메세지 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
web/src/components/common/types.ts
web/src/components/common/types.ts
View file @
d3db7b4
...
...
@@ -27,4 +27,6 @@ export const MessageType = {
GAME_ACCEPT
:
"answerAccepted"
,
GAME_FINISH_ROUND
:
"finishRound"
,
GAME_FINISH_GAME
:
"finishGame"
,
DRAW_SET
:
"setBrush"
,
DRAW_MOVE
:
"moveBrush"
,
}
as
const
\ No newline at end of file
...
...
Please
register
or
login
to post a comment