fix(samples): move pets as well in walk command
feat: update to managed and raw client
chore: update dependencies
chore: update dependencies
samples(binding): make name interceptor work
Merge pull request #8 from Rutherther/feat/shared-binding
Add possibility to share bindings, packets, client with multiple dlls
fix(samples): do not incorrectly intercept c_info_reset, do not put two spaces in c_info packet
chore: fix shared binding dependency path
feat(samples): add shared NosSmooth into samples
feat(samples): add commands for focusing and following
chore: update dependencies
feat(binding): add hook config builder for configuring what hooks to enable
Resolves #1. Use IServiceCollection.ConfigureHooks() for accessing the builder.
chore: update dependencies
feat(walkcommands): put cancellable option to pathfinding GoTo
chore: update dependencies
chore: update dependencies
feat(samples): add pathfinding support into walkcommands