Merge pull request 'lobby event packet' (#24) from lobby_event into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #24
This commit is contained in:
jake 2022-10-19 21:13:54 -04:00
commit 5051514fb1

View File

@ -639,6 +639,11 @@ impl std::default::Default for TradeSuccessful {
}
}
#[pso_packet(0xDA, no_flag)]
pub struct LobbyEvent {
pub event: u32,
}
#[pso_packet(0x4ED)]
pub struct KeyboardConfig {
pub keyboard_config: [u8; 364],