diff options
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 376ebd58..c63e820f 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -75,6 +75,7 @@ export interface Score { active_recipes: number, passive_recipes: number, instant_recipes: number, + stars: number, } export type Message = |