diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-03 20:54:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-03 20:54:33 +0200 |
commit | e0201e044482b1a577dac7574bb56d44a20bf011 (patch) | |
tree | 5cfc6a224ef349317e9213d4789ce9a2b3f862e8 /server/protocol | |
parent | d279baccdbaf37ae4410af1875e98597fe0b5565 (diff) | |
download | hurrycurry-e0201e044482b1a577dac7574bb56d44a20bf011.tar hurrycurry-e0201e044482b1a577dac7574bb56d44a20bf011.tar.bz2 hurrycurry-e0201e044482b1a577dac7574bb56d44a20bf011.tar.zst |
add tram player class
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |