chore: update packages to netstandard 2.1
feat!: remove nossmooth core
feat: use nostale bindings instead of nossmooth core
feat: add .net nostale bindings
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
feat: do not log packet converter not found error
fix: add IsExternalInit to LocalClient
fix: remove noscore usages in local client
feat: use NosSmooth packets in WalkPacketResponder
chore: remove NosCore dependency
fix: not walking too long did not cancel the command handling
Merge branch 'walk-command-handler' into 'main'
Walk command handler
Closes #4
See merge request Rutherther/nos-smooth!2
feat: implement walk command handler
fix: run handlers if interceptor is attached
feat: add walk detour support
feat: add walk command handling to service collection
feat: add hooking options to determine if the library should hook
feat: call parsing failed packet if parsing failed
feat: add hook manager for walk function