This commit is contained in:
parent
824f038084
commit
3efb87bcd8
24 changed files with 14 additions and 19 deletions
4
app/model/coordinates.ts
Normal file
4
app/model/coordinates.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default interface Coordinates {
|
||||
x: number,
|
||||
y: number
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue