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

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