From e0201e044482b1a577dac7574bb56d44a20bf011 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 20:54:33 +0200 Subject: add tram player class --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/protocol.ts') 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[] } -- cgit v1.2.3-70-g09d2