Browse Source

Merge pull request 'need packet to send packet' (#40) from save_options into master

pull/3/head
jake 4 years ago
parent
commit
6b1dfa4feb
  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