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

#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundGamePacket)]
pub struct ClientboundLowDiskSpaceWarning;