5 lines
165 B
Rust
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;
|