aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/s_configuration_acknowledged.rs
blob: 3e1374949b73449c3776209024ee834468276d8c (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundGamePacket;

#[derive(Clone, Debug, AzBuf, ServerboundGamePacket)]
pub struct ServerboundConfigurationAcknowledged;