Name of map users
- Add name on user - Delete NonPlayer class not used
This commit is contained in:
@@ -6,5 +6,6 @@ export interface ExSocketInterface extends Socket {
|
||||
roomId: string;
|
||||
webRtcRoomId: string;
|
||||
userId: string;
|
||||
name: string;
|
||||
position: PointInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user