fix(inject): add possibility to inject multiple .NET runtime dlls without crashing
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
feat(samples): add simple pii bot sample
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
feat(walkcommands): put cancellable option to pathfinding GoTo
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
feat(client): fire events for packets sent from the bot
chore: update dependencies
fix(client): handle task cancelled command handler exception
feat(samples): add pathfinding support into walkcommands
feat(client): handle exception in client process packet