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

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