diff --git a/src/packet/ship.rs b/src/packet/ship.rs index e01463c..cc2e818 100644 --- a/src/packet/ship.rs +++ b/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], +}