need packet to send packet

This commit is contained in:
andy 2020-10-02 22:19:01 -03:00
parent a89390f647
commit 29bae2f798

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,
}