Merge pull request #18 from Rutherther/feat/optional-binding Add support for optional modules and hooks
feat(binding): convert hooks and modules to optionals
feat(binding): add nt client with encryption key (session id)
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(bindings): add periodic binding and thread synchronizer
feat(binding): add hook config builder for configuring what hooks to enable Resolves #1. Use IServiceCollection.ConfigureHooks() for accessing the builder.
feat: add initial migrated files from NosSmooth repository