fix(packets): add missing fields to pinit mate subpacket
feat(packets): make clist sub packet pet vnum and skin not nullable
fix(packets): nullability of family
fix(packets): make inv sub packets optional
fix(packets): make gidx family sub packet nullable, family icons optional
Merge branch 'main' of github.com:Rutherther/NosSmooth
feat(packets): make in non player unknown4, unknown5 optional
Merge pull request #52 from Rutherther/feat/optional-wrapper
Add optional wrapper
docs: add not in range, nullable wrapper docs
fix(packets): add missing constructor to PreqPacket
feat(packets): fix clist packet pets sub packet type
Merge pull request #51 from Rutherther/feat/easy-api
Add easy apis for various things
feat(packets): represent pet skill packet correctly, last parameters are map x, map y
feat(packets): add n_run for npc operations
feat(packets): add packet for moving through portals
feat(packets): add packets for managing inventory
Merge pull request #47 from Rutherther/feat/pass-nullable
Pass CanBeNull to string serializer and converter
feat(packets): update packets to not use nullable if not needed