1use crate::{Decode, Encode, Packet}; 2 3#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] 4pub struct PlayPingS2c { 5 pub id: i32, 6}