Potato/potato-protocol/src/packet/serverbound/status_request.rs
2025-03-05 12:21:53 +01:00

5 lines
165 B
Rust

use potato_protocol_derive::Packet;
#[derive(Packet, Debug)]
#[packet(status_id = crate::ids::status::serverbound::STATUS_REQUEST)]
pub struct StatusRequestPacket;