Create ban feature by admin console
This commit is contained in:
parent
871ee6b192
commit
b1f8522c05
10 changed files with 68 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue