movement config packets! #17

Merged
jake merged 6 commits from keyboardconfig into master 2022-05-01 13:11:23 -04:00
Showing only changes of commit 4ee5f38d7e - Show all commits

View File

@ -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],
}