feat(localclient): add pet walk handler
feat(localclient): use take control command in local client
feat(localbinding): rename Character to PlayerManager
feat(localclient): cancel walk command handling if nostale returns false on walk
feat(localbinding): add binding of scene manager
feat: split packets definitions into separate assembly
Merge pull request #14 from Rutherther/packets-span
Rewrite packets string enumerator to use spans, add Injector for .NET 5+
chore: disable warning of no documentation in User32
chore: update packages to netstandard 2.1
feat: use nostale bindings instead of nossmooth core
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