Merge pull request 'lobby event packet' (#24) from lobby_event into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #24
This commit is contained in:
commit
5051514fb1
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user