adding persistent id

This commit is contained in:
Evan
2024-12-17 14:30:16 -08:00
committed by evanpelle
parent d99b60b477
commit 722165c401
15 changed files with 65 additions and 23 deletions
+2 -1
View File
@@ -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,
) { }