diff --git a/src/packet/login.rs b/src/packet/login.rs index 4619e3f..edb2339 100644 --- a/src/packet/login.rs +++ b/src/packet/login.rs @@ -497,6 +497,13 @@ impl std::fmt::Debug for ShipList { } +#[pso_packet(0x10)] +pub struct MenuSelect { + pub flag: u32, + pub menu: u32, + pub item: u32, +} + #[cfg(test)] mod tests {