1 2 3 4 5 6
use packet_macros::GamePacket; #[derive(Clone, Debug, GamePacket)] pub struct ServerboundKeepAlivePacket { pub id: u64, }