chore: move PacketSerializer types to correct namespace
chore: update dependencies
feat(packets): merge send and receive packet handling to one method
feat(samples): update file client
feat(samples): use correct handle packet
chore: make file client non packable
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(samples): add sample with loading data from a file
feat(samples): add data browser cli sample
chore: remove projects for local injectable client, move them to NosSmooth.Local
feat(samples): allow passing pet selectors to walk command
fix(samples): update walk commands player walk command name
fix(samples): inject scene manager directly into combat commands
fix(samples): use new methods in external browser
feat(samples): update CombatCommands to work with the new unit manager binding
feat(samples): fix external browser to work with the new mappings
feat(sample): add external memory browser sample
feat(samples): add default packets
feat(samples): log nos binding manager initialization result correctly