fullcharacter packet
This commit is contained in:
parent
7472e132bf
commit
a89390f647
@ -545,3 +545,9 @@ pub struct QuestChunkAck {
|
|||||||
#[pso_packet(0xAC)]
|
#[pso_packet(0xAC)]
|
||||||
pub struct DoneLoadingQuest {
|
pub struct DoneLoadingQuest {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#[pso_packet(0xE7)]
|
||||||
|
pub struct FullCharacterData {
|
||||||
|
pub character: character::FullCharacter
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user