aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_player_chat_header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/c_player_chat_header.rs')
-rw-r--r--azalea-protocol/src/packets/game/c_player_chat_header.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/azalea-protocol/src/packets/game/c_player_chat_header.rs b/azalea-protocol/src/packets/game/c_player_chat_header.rs
deleted file mode 100644
index d7e84cc5..00000000
--- a/azalea-protocol/src/packets/game/c_player_chat_header.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use azalea_buf::AzBuf;
-use azalea_crypto::{MessageSignature, SignedMessageHeader};
-use azalea_protocol_macros::ClientboundGamePacket;
-
-#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
-pub struct ClientboundPlayerChatHeader {
- pub header: SignedMessageHeader,
- pub header_signature: MessageSignature,
- pub body_digest: Vec<u8>,
-}