feat(client): accept optional hooks in command handlers
feat(client): accept optional PetManagerList in MateWalkCommand handler and return an error in case it's not present
chore: update dependencies
Merge pull request #18 from Rutherther/feat/optional-binding Add support for optional modules and hooks
feat(client): implement support for optional modules and hooks
Merge pull request #8 from Rutherther/feat/shared-binding Add possibility to share bindings, packets, client with multiple dlls
feat(binding): split hooks to individual classes, make a hook manager
fix(client): correctly determine player walk user action from bot action
feat: use short position in walk commands and return tolerance
feat: add initial migrated files from NosSmooth repository