Fix Message send to add direction
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface PointInterface {
|
||||
x: number;
|
||||
y: number;
|
||||
direction: string;
|
||||
toJson() : object;
|
||||
}
|
||||
Reference in New Issue
Block a user