Add readme of features and communication in back
This commit is contained in:
parent
fbcb48f9ad
commit
1100edecb7
3 changed files with 65 additions and 1 deletions
|
@ -22,7 +22,7 @@ export class Point implements PointInterface{
|
|||
}
|
||||
|
||||
export class MessageUserPosition extends Message{
|
||||
position: PointInterface
|
||||
position: PointInterface;
|
||||
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue