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 타입 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
web/src/components/room/types.ts
web/src/components/room/types.ts
View file @
ef28b8b
...
...
@@ -24,3 +24,8 @@ export interface ChatData {
sender
:
string
;
message
:
string
;
}
export
interface
Vector
{
x
:
number
;
y
:
number
;
}
...
...
Please
register
or
login
to post a comment