1 2 3 4 5 6 7 8 9 10
#[qexed_packet_macros::packet(id = 0x05)] #[derive(Debug, Default, PartialEq, Clone)] pub struct CookieRequest { } impl CookieRequest { pub fn new() -> Self { CookieRequest { } } }