From 6c1870c9405a80cb9f08e7fbb2db0b504522e1b2 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Tue, 14 Feb 2023 16:17:20 +0100 Subject: Implement NodeMeta and add Inventory stub --- src/to_clt/chat.rs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/to_clt/chat.rs (limited to 'src/to_clt/chat.rs') diff --git a/src/to_clt/chat.rs b/src/to_clt/chat.rs deleted file mode 100644 index 4d99853..0000000 --- a/src/to_clt/chat.rs +++ /dev/null @@ -1,16 +0,0 @@ -use super::*; - -#[mt_derive(to = "clt", repr = "u8")] -pub enum ChatMsgType { - Raw = 0, - Normal, - Announce, - System, -} - -#[mt_derive(to = "clt", repr = "u8")] -pub enum PlayerListUpdateType { - Init = 0, - Add, - Remove, -} -- cgit v1.2.3