menuselect packet
This commit is contained in:
parent
d0484c6d1f
commit
0a26d1d8c6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user