feat(packets): represent pet skill packet correctly, last parameters are map x, map y
feat(game): add mate skills api
feat(game): update skills api to allow using skills on self (character)
feat(game): add inventory api
feat(game): add inventory api
feat(packets): add n_run for npc operations
feat(packets): add packet for moving through portals
feat(packets): add packets for managing inventory
feat(game): add api for mates (company, stay, send back)
feat: add pet positions to walk command Resolves #33
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
chore(test): update tests
feat(packets): pass nullable to packet serializers
Merge pull request #46 from Rutherther/feat/act4 Add Act4 status processing
feat(game): emit Act4StatusReceived event upon receiving act4 info Resolves #43
feat(packets): add use partner skill packet