Name of map users

- Add name on user
 - Delete NonPlayer class not used
This commit is contained in:
gparant
2020-05-03 22:24:14 +02:00
parent 8355a89dc5
commit b65e37c468
10 changed files with 46 additions and 65 deletions
@@ -6,5 +6,6 @@ export interface ExSocketInterface extends Socket {
roomId: string;
webRtcRoomId: string;
userId: string;
name: string;
position: PointInterface;
}