diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:33 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:36 +0200 |
| commit | 0134c4163fc6aba1aad8e0e8a5800b4967143bdb (patch) | |
| tree | 7c5531915481213c0c577fe1d59e3693cb22f10b /test-client | |
| parent | 135f1288f023671be7d36610bb7d61bde3f1fc7b (diff) | |
| download | hurrycurry-0134c4163fc6aba1aad8e0e8a5800b4967143bdb.tar hurrycurry-0134c4163fc6aba1aad8e0e8a5800b4967143bdb.tar.bz2 hurrycurry-0134c4163fc6aba1aad8e0e8a5800b4967143bdb.tar.zst | |
Add scoreboard menu
Diffstat (limited to 'test-client')
| -rw-r--r-- | test-client/protocol.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 9ac00927..2024c830 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -94,6 +94,7 @@ export interface MessageTimeout { } export interface Scoreboard { + map: string, plays: number, best: ScoreboardEntry } |