From 0134c4163fc6aba1aad8e0e8a5800b4967143bdb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Oct 2025 20:58:33 +0200 Subject: Add scoreboard menu --- test-client/protocol.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test-client/protocol.ts') 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 } -- cgit v1.3