mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 13:19:43 +00:00
adding persistent id
This commit is contained in:
@@ -7,7 +7,8 @@ export class Client {
|
||||
public lastPing: number
|
||||
|
||||
constructor(
|
||||
public readonly id: ClientID,
|
||||
public readonly clientID: ClientID,
|
||||
public readonly persistentID: string,
|
||||
public readonly ip: string | null,
|
||||
public readonly ws: WebSocket,
|
||||
) { }
|
||||
|
||||
Reference in New Issue
Block a user