feat: update samples to use UnmanagedCallersOnly entrypoint
chore: update packages to netstandard 2.1
feat: use nostale bindings instead of nossmooth core
chore: remove empty projects
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
feat: use packet responder in simple chat
fix: samples to work with NosSmooth packets
fix: use NosSmooth.Packets in SimpleChat sample
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
feat: pass event args to packet responders instead of plain packets
feat: add name changer packet interceptor sample
feat: add simple chat sample
chore: remove debug test projects
chore: add stylecop, ensure stylecop rules are met