Browse Source

GuildcardRecv struct

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

13
src/packet/ship.rs

@ -645,3 +645,16 @@ pub struct KeyboardConfig {
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