chore: update dependencies
feat(client): log packet on failed handling
Merge pull request #8 from Rutherther/feat/shared-binding
Add possibility to share bindings, packets, client with multiple dlls
feat(client): disable all hooks after nostale client stopped
feat(binding): split hooks to individual classes, make a hook manager
feat(binding): make events follow common convention, using EventHandler
feat: use synchronizer for NosTale calls
feat: update packets namespace in local client
chore: update dependencies
chore: update dependencies
feat(client): add user action detector
feat(client): do not use removed IPacketHandler
fix(client): correctly determine player walk user action from bot action
chore: update dependencies
feat(client): fire events for packets sent from the bot
chore: update dependencies
fix(client): handle task cancelled command handler exception
feat(client): handle exception in client process packet
feat(client): add attack command handler