summaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 6a1d2909..a3302628 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -103,7 +103,7 @@ export type ItemLocation =
{ player: [PlayerID, Hand] }
| { tile: Vec2 }
-export type PlayerClass = "chef" | "bot" | "customer"
+export type PlayerClass = "chef" | "bot" | "customer" | "tram"
export type DocumentElement =
{ t: "document", es: DocumentElement[] }