chore: update packet responder Respond method parameter name
chore: add repository url and license to nuget
docs: add documentation for missing fields
chore: add nuget description
fix(core): cancel player walk command on map change automatically
feat(core): add pet walk command
feat(core): add walk command for moving the player as well as pets simultaneously
feat(localclient): use take control command in local client
feat(core): add command for taking control
Allows only one silmutaneous action in the given group, user cancellable
feat: add possibility to convert error results to string
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: 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
chore: remove NosCore dependency
feat: update result logging mechanism
feat: add support for logging nested results
Merge branch 'in-packet-serialize' into 'main'
Serialize IN packet
See merge request Rutherther/nos-smooth!3