1use steel_macros::{ReadFrom, ServerPacket}; 2 3#[derive(ReadFrom, ServerPacket, Clone, Debug)] 4pub struct SPingRequest { 5 pub time: i64, 6}