Browse Source

need packet to send packet

pull/3/head
andy 4 years ago
parent
commit
29bae2f798
  1. 5
      src/packet/ship.rs

5
src/packet/ship.rs

@ -551,3 +551,8 @@ pub struct DoneLoadingQuest {
pub struct FullCharacterData {
pub character: character::FullCharacter
}
#[pso_packet(0x1ED)]
pub struct SaveOptions {
pub options: u32,
}
Loading…
Cancel
Save