fullcharacter packet

This commit is contained in:
jake 2020-10-01 16:57:12 -06:00
parent 7472e132bf
commit a89390f647

View File

@ -545,3 +545,9 @@ pub struct QuestChunkAck {
#[pso_packet(0xAC)]
pub struct DoneLoadingQuest {
}
#[pso_packet(0xE7)]
pub struct FullCharacterData {
pub character: character::FullCharacter
}