Browse Source

add controller config blob

pull/17/head
andy 2 years ago
committed by jake
parent
commit
4ee5f38d7e
  1. 5
      src/packet/ship.rs

5
src/packet/ship.rs

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