From 321780088b2833f59d81ccd92573dcdc45378cfd Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 19 Oct 2022 19:12:25 -0600 Subject: [PATCH] lobby event packet --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 0db8c55..00c86b5 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -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],