feat(core): split raw client and managed client as well as packet handlers
Resolves #65
chore: add async analyzer and meet its standards
Merge pull request #45 from Rutherther/feat/mates
Add support for mates
feat(game): add mates processing
feat(packets): add inventory packets
feat(samples): update file client QoL
feat(samples): add file client logging of failed parsing or missing packets
chore: move PacketSerializer types to correct namespace
chore: update dependencies
feat(packets): merge send and receive packet handling to one method
feat(samples): update file client
feat(samples): use correct handle packet
chore: make file client non packable
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(samples): add sample with loading data from a file
feat(samples): add data browser cli sample
chore: remove projects for local injectable client, move them to NosSmooth.Local
feat(samples): allow passing pet selectors to walk command