Browse Source

keyboard config blob

andy 3 years ago
parent
commit
f08b72a19b
  1. 5
      src/packet/ship.rs

5
src/packet/ship.rs

@ -634,3 +634,8 @@ impl std::default::Default for TradeSuccessful {
}
}
}
#[pso_packet(0x4ED)]
pub struct KeyboardConfig {
pub keyboard_config: [u8; 372],
}
Loading…
Cancel
Save