diff options
Diffstat (limited to 'test-client/protocol.ts')
| -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 } |