Add readme of features and communication in back
This commit is contained in:
@@ -22,7 +22,7 @@ export class Point implements PointInterface{
|
||||
}
|
||||
|
||||
export class MessageUserPosition extends Message{
|
||||
position: PointInterface
|
||||
position: PointInterface;
|
||||
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
|
||||
Reference in New Issue
Block a user