Create ban feature by admin console
This commit is contained in:
@@ -24,6 +24,7 @@ export interface ExSocketInterface extends WebSocket, Identificable {
|
||||
roomId: string;
|
||||
//userId: number; // A temporary (autoincremented) identifier for this user
|
||||
userUuid: string; // A unique identifier for this user
|
||||
IPAddress: string; // IP address
|
||||
name: string;
|
||||
characterLayers: CharacterLayer[];
|
||||
position: PointInterface;
|
||||
|
||||
Reference in New Issue
Block a user