Browse Source

update tech menu

pull/27/head
jake 1 year ago
parent
commit
16a37ec828
  1. 5
      src/packet/ship.rs

5
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],

Loading…
Cancel
Save