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 05:06:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
70751ac2b6a0d88c90331b935494514835be4649
70751ac2
1 parent
d3db7b44
Builds for 1 pipeline
passed
in 8 minutes 16 seconds
그림 관련 타입 추가
Changes
1
Builds
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
web/src/components/room/types.ts
web/src/components/room/types.ts
View file @
70751ac
...
...
@@ -37,3 +37,9 @@ export interface RoundData {
role
:
Role
;
}[];
};
export
interface
BrushData
{
size
:
number
;
color
:
string
;
drawing
:
boolean
;
}
...
...
Please
register
or
login
to post a comment