Browse Source

lobby event packet

pull/24/head
jake 2 years ago
parent
commit
321780088b
  1. 5
      src/packet/ship.rs

5
src/packet/ship.rs

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

Loading…
Cancel
Save