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