azalea_protocol/packets/config/
s_accept_code_of_conduct.rs1use azalea_buf::AzBuf;
2use azalea_protocol_macros::ServerboundConfigPacket;
3
4#[derive(Clone, Debug, AzBuf, PartialEq, ServerboundConfigPacket)]
5pub struct ServerboundAcceptCodeOfConduct;