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: split packets definitions into separate assembly
feat: use nostale bindings instead of nossmooth core
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
fix: remove noscore usages in local client
feat: use NosSmooth packets in WalkPacketResponder
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
feat: implement walk command handler
chore: add stylecop, ensure stylecop rules are met