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

This commit is contained in:
jake 2020-10-07 01:49:58 -04:00
commit 6b1dfa4feb

View File

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