This commit is contained in:
Kim Ravn Hansen
2025-09-08 10:39:45 +02:00
parent 8a4eb25507
commit c8c7259574
11 changed files with 76 additions and 34 deletions

View File

@@ -19,9 +19,6 @@ export class Session {
return this._game;
}
/** @type Date */
latestPing;
/** @type {Player} */
player;