1
2
3
4
5
6
use crate::{Decode, Encode, Packet};

#[derive(Copy, Clone, Debug, Encode, Decode, Packet)]
pub struct PlayPongC2s {
    pub id: i32,
}