1
2
3
4
5
6
7
/// Purpose unknown, doesn't appear to be
/// used in the official client.
#[derive(Copy, Clone, Debug)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct LocalPing {
	pub auth: u32,
}