Browse Source

GuildcardRecv struct

pull/19/head
andy 2 years ago
committed by jake
parent
commit
0b80a107bd
  1. 15
      src/packet/ship.rs

15
src/packet/ship.rs

@ -644,4 +644,17 @@ pub struct KeyboardConfig {
#[pso_packet(0x5ED)]
pub struct GamepadConfig {
pub gamepad_config: [u8; 56],
}
}
// same struct as libpso::packet::messages::GuildcardRecv
#[pso_packet(0x4E8)]
pub struct GuildcardAccept {
id: u32,
name: [u16; 0x18],
team: [u16; 0x10],
desc: [u16; 0x58],
one: u8,
language: u8,
section_id: u8,
class: u8,
}
Loading…
Cancel
Save