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
feat(packets): add optional wrapper for wrapping optional values inside of a list
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): make NullableWrapper a struct for less allocations
fix(packets): add forgotten nullable check to inline enum generator
fix(packets): correctly handle nullables in NullableStringConverter
feat(packets): update packets to not use nullable if not needed
feat(packets): pass nullable to packet serializers
feat(packets): add use partner skill packet
Merge pull request #45 from Rutherther/feat/mates Add support for mates
fix(packets): correctly represent finfo
fix(packets): make nullable wrapper a class