Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
test: adjust argument order for WalkCommand
test: adjust types in test for walk command handler
chore: remove unnecessary target framework netstandard2.1 for Core tests
feat(core): split raw client and managed client as well as packet handlers
Resolves #65
docs: add missing documentation
Merge pull request #60 from Rutherther/feat/combat-v1
Make combat nonblocking, make multiple queues for distinct operations
tests(core): add tests for contracts
tests: fix tests for new version
feat(tests): add tests structure
Merge pull request #34 from Rutherther/tests
Add core tests
feat(tests): use merged HandlePacketAsync method
fix(tests): expect FakeError instead of GenericError
feat(tests): add tests for command processor, walk command handler, stateful injector
chore: update dependencies
feat!(core): make some classes internal
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
chore: remove NosCore dependency