Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
feat(combat): update Pathfinding methods
feat(pathfinding): add MateWalkTo to WalkManager
feat(pathfinding): save mates state
feat(core): split raw client and managed client as well as packet handlers
Resolves #65
chore: move repository url and license to Directory.Build.props
chore(combat): update version
feat(combat): prevent NotInRange error
fix(combat): do not cancel cancellation token after disposing it
feat(combat): add possibility to cancel operation to quit the combat state early
feat(combat): allow cancelling operations
feat(combat): make waiting return an error with information about waiting information
docs: add missing documentation
chore(combat): use local dependencies instead of NuGet
chore(combat): update version
fix(combat): prevent using combo skills until support is added
feat(combat): add compound operation to simplify using skills
feat(combat): correctly handle dash range in simple attack technique