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

#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundConfigPacket)]
pub struct ServerboundAcceptCodeOfConduct;