fix(samples): inject scene manager directly into combat commands
feat(samples): update CombatCommands to work with the new unit manager binding
feat(samples): add default packets
feat(samples): log nos binding manager initialization result correctly
feat(localbinding): rename Character to PlayerManager
feat(samples): add follow and unfollow command samples
feat(sample): use chat commands in WalkCommands sample
fix: make samples work with splitted packets
Merge pull request #14 from Rutherther/packets-span
Rewrite packets string enumerator to use spans, add Injector for .NET 5+
feat: fix samples to use the bindings
feat: update samples to use UnmanagedCallersOnly entrypoint
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
fix: samples to work with NosSmooth packets
Merge branch 'walk-command-handler' into 'main'
Walk command handler
Closes #4
See merge request Rutherther/nos-smooth!2
feat: add sample for walk command