diff options
| author | mat <git@matdoes.dev> | 2025-04-24 18:42:56 -0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-24 18:42:56 -0400 |
| commit | 0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 (patch) | |
| tree | e0b08c3a0e7582d65a11b349dd3034af674cc0f9 /azalea-protocol/src/packets/game/c_player_chat_header.rs | |
| parent | 8012fb90b5b2b09674f3307a27ed97cbfcc10571 (diff) | |
| download | azalea-drasl-0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06.tar.xz | |
delete some unused packet modules in game state
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.rs | 10 |
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>, -} |
