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
feat(combat): add method for removing current operation from combat state
fix(combat): do not register contracts that failed to execute
fix(combat): use dash on character if needed
Merge pull request #60 from Rutherther/feat/combat-v1
Make combat nonblocking, make multiple queues for distinct operations
feat(combat): support dash in use skill operation
fix(combat): walk in correct range for zone skills
fix(combat): look at correct entity on map when determining whether attack technique should continue
fix(combat): prevent using passive skills in simple attack technique
fix(combat): return use skill operation finished in case of an error
fix(combat): prevent quitting before an operation is finished
chore(combat): remove unused code