feat(combat): add combat operations
feat(combat): add enemy, item, skill selectors
feat(combat): add errors
feat: add combat
chore(pathfinding): update dependencies
feat(pathfinding): add user cancelling to walk manager
fix(pathfinding): update pathfinding to work with same position, small distances...
chore: update dependencies
chore: update to .NET 7
chore(pathfinding): add nuget info
feat(pathfinding): add basic pathfinding using A*