aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/status/s_status_request.rs
blob: 5b0b96e6366a085532db3f8e6b3f33b3ea94a500 (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundStatusPacket;

#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundStatusPacket)]
pub struct ServerboundStatusRequest;