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 9d92d65046 - Show all commits

View File

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