Add readme of features and communication in back

This commit is contained in:
gparant 2020-04-04 22:43:07 +02:00
parent fbcb48f9ad
commit 1100edecb7
3 changed files with 65 additions and 1 deletions

View file

@ -22,7 +22,7 @@ export class Point implements PointInterface{
}
export class MessageUserPosition extends Message{
position: PointInterface
position: PointInterface;
constructor(message: string) {
super(message);