fix(packets): correctly deserialize list with generic elements inline
chore(game): add missing documentation
fix(packets): correctly deserialize list with nullable elements inline
feat(game): add mates processing
feat(game): add revive handling
feat(game): add friends processing
feat(game): add group processing
fix(packets): finfo contains just one update
feat(packets): add party stat packet
feat(packets): add pet and partner skill packets
feat(packets): add pclear packet
feat(packets): fix pinit packet for various entity types
chore(game): update major version
Breaking changes were made
chore(game): update version
feat(game): add (basic) inventory parsing
fix(packets): try to find specific serializer before building one using a generator
feat(game): put friends, group, inventory, skills in Game instead of Character
feat(data): add equipment and item type
feat(packets): add inventory packets