aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/config/c_reset_chat.rs
blob: bd15a79efbb6a217d743ef1fbf5d7345ddf45ffc (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundConfigPacket;

#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundConfigPacket)]
pub struct ClientboundResetChat;