Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
feat(pathfinding): add MateWalkTo to WalkManager
feat(pathfinding): save mates state
chore: move repository url and license to Directory.Build.props
feat(pathfinding): respond to su, tp, c_info packets to update position
chore: add rest of version prefixes
chore: remove nuget NosSmooth.Data.Abstractions dependency
feat: add pet positions to walk command
Resolves #33
chore: make updates to get rid of warnings
chore: bump versions to support new PacketSerializer
Merge pull request #32 from Rutherther/combat
Add combat extension
fix(pathfinding): return custom PathNotFoundError instead of NotFoundError
feat(pathfinding): create custom pathfinding
chore(pathfinding): update dependencies
feat(pathfinding): add user cancelling to walk manager
fix(pathfinding): update pathfinding to work with same position, small distances...