docs: add documentation for missing fields
docs: remove see converter from packet tests
chore: update nuget push action to use ubuntu instead of windows
chore: update nuget push action to pack into nuget directory
chore: update nuget push action
feat: add nuget push github workflow
chore: add nuget description
chore: remove projects for local injectable client, move them to NosSmooth.Local
feat(samples): allow passing pet selectors to walk command
fix(core): cancel player walk command on map change automatically
feat(localclient): add pet walk handler
feat(core): add pet walk command
feat(core): add walk command for moving the player as well as pets simultaneously
fix(packets): syntax error in generator
feat(localbinding): add map object x, y
fix(samples): update walk commands player walk command name
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
fix(packets): deserialize strings starting with "-" correctly
fix(samples): inject scene manager directly into combat commands