diff --git a/src/packet/ship.rs b/src/packet/ship.rs index cc2e818..740df60 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -639,3 +639,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], +} \ No newline at end of file