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(bindings): update receive function pattern to match newest client
chore: update dependencies
fix(binding): accept long in find entity
feat: use short position in walk commands and return tolerance
chore: update dependencies
feat(binding): add detour event for pet walk function
fix(binding): enable hook in CreateHookFromPattern
feat(binding): add correct unit manager pattern
feat: add initial migrated files from NosSmooth repository