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-08 06:14:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ef28b8ba55c329296bc08fad003ecf62b1f74ed1
ef28b8ba
1 parent
9505f11a
Vector 타입 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
web/src/components/room/types.ts
web/src/components/room/types.ts
View file @
ef28b8b
...
...
@@ -23,4 +23,9 @@ export interface UpdateRoomUser {
export
interface
ChatData
{
sender
:
string
;
message
:
string
;
}
\ No newline at end of file
}
export
interface
Vector
{
x
:
number
;
y
:
number
;
}
...
...
Please
register
or
login
to post a comment