diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 7790eb4..ce44428 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -397,6 +397,11 @@ pub struct RoomNameResponse { pub name: String, } +#[pso_packet(0x6ED)] +pub struct UpdateTechMenu { + pub config: [u8; 0x28], +} + #[pso_packet(0x7ED)] pub struct UpdateConfig{ pub config: [u8; 0xE8],