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