Fix Message send to add direction
This commit is contained in:
parent
aba3322188
commit
67c3eaa7f4
4 changed files with 25 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
export interface PointInterface {
|
||||
x: number;
|
||||
y: number;
|
||||
direction: string;
|
||||
toJson() : object;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue