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
feat(binding): make events follow common convention, using EventHandler
feat(bindings): add periodic binding and thread synchronizer
feat(binding): use asm hooking for network
feat(binding): use asm hooking for entity focus
feat(binding): do not activate the hook if not needed
feat(binding): add possibility to disable or reenable hooks
feat(binding): add hook config builder for configuring what hooks to enable
Resolves #1. Use IServiceCollection.ConfigureHooks() for accessing the builder.
fix(binding): return BindingNotFoundError with correct function name
fix(binding): add correct preserve registers to function signatures
chore: update dependencies
fix(binding): skip first cancel packet receive due to crashing on OpenNos servers
feat: use short position in walk commands and return tolerance
feat(binding): add detour event for pet walk function
feat: add initial migrated files from NosSmooth repository