1 2 3 4 5 6
#[qexed_packet_macros::packet(id = 0x00)] #[derive(Debug, Default, PartialEq, Clone)] pub struct LoginStart { pub username:String, pub player_uuid:uuid::Uuid, }