fix(packets): make correct context list count property in PtctlPacket
feat(packets): add buff, chat, raid, teleport, mates control packets
feat(packets): make lists and conditional parameters non-optional non-nullable
Merge branch 'main' of github.com:Rutherther/NosSmooth
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
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
feat(packets): add use partner skill packet
Merge pull request #45 from Rutherther/feat/mates
Add support for mates
feat(game): add mates processing
feat(packets): add many new packets
fix(packets): correctly use cast id instead of vnum in UseSkill packet
feat(packets): make position ushort
Merge pull request #8 from Rutherther/game-objects
Game objects