src/server/GameServer.ts

This commit is contained in:
Scott Anderson
2025-05-16 16:45:13 -04:00
parent 921cbbdf45
commit 7e1cd279ab
+1 -1
View File
@@ -44,7 +44,7 @@ export class GameServer {
private _hasStarted = false;
private _startTime: number | null = null;
private endTurnIntervalID;
private endTurnIntervalID: NodeJS.Timeout | undefined;
private lastPingUpdate = 0;