Browse Source

fullcharacter packet

pull/3/head
jake 4 years ago
parent
commit
a89390f647
  1. 6
      src/packet/ship.rs

6
src/packet/ship.rs

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