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
Merge pull request #60 from Rutherther/feat/combat-v1 Make combat nonblocking, make multiple queues for distinct operations
feat(combat): update operations to be non-blocking, add support for handling waiting
chore: use specific errors instead of GenericError
fix(combat): do not return successfully when walk position is equal to target position
Merge pull request #32 from Rutherther/combat Add combat extension
feat(pathfinding): add user cancelling to walk manager
feat(pathfinding): create custom pathfinding
fix(combat): adjust walk in range behavior to not sit idle too much
fix(combat): dispose cancellation token in use skill
feat(combat): reset walk in range operation if the target moved
fix(combat): support minimal walk in range distance 0
feat(combat): add combat operations