feat: update to managed and raw client
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
feat(client): do not use removed IPacketHandler
fix(client): correctly determine player walk user action from bot action
feat(client): fire events for packets sent from the bot
feat(client): handle exception in client process packet
feat: send nostale client to packet handler
fix(client): use correct packet on parsing fail
feat(client): disable pet walk if user actions are not allowed
feat: add initial migrated files from NosSmooth repository