keyboard config blob

This commit is contained in:
andy 2021-05-30 19:21:28 +00:00 committed by jake
parent 892d2ed220
commit 9d92d65046

View File

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