|
@ -639,6 +639,11 @@ impl std::default::Default for TradeSuccessful { |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#[pso_packet(0xDA, no_flag)]
|
|
|
|
|
|
pub struct LobbyEvent {
|
|
|
|
|
|
pub event: u32,
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
#[pso_packet(0x4ED)]
|
|
|
#[pso_packet(0x4ED)]
|
|
|
pub struct KeyboardConfig {
|
|
|
pub struct KeyboardConfig {
|
|
|
pub keyboard_config: [u8; 364],
|
|
|
pub keyboard_config: [u8; 364],
|
|
|