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 --- server/protocol/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/protocol/src') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index ef28dcca..90c565ba 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -193,6 +193,7 @@ pub enum PlayerClass { Chef, Bot, Customer, + Tram, } impl PlayerClass { pub fn is_cheflike(&self) -> bool { -- cgit v1.2.3-70-g09d2