feat(localbinding): add binding of scene manager
feat(chatcommands): add support for chat commands using Remora.Commands
feat(injector.cli): allow part of process name in inject command
fix: make samples work with splitted packets
chore: remove debug stuff from source generator
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+
feat: fix samples to use the bindings
chore: remove nossmooth core vcxproj
feat: update samples to use UnmanagedCallersOnly entrypoint
feat: add .net 5+ injector
chore: disable warning of no documentation in User32
chore: update packages to netstandard 2.1
fix: serialize "-" as null string
fix: pass reference in list converter
feat: use ReadOnlySpan in inline deserializers
feat: use ReadOnlySpan for deserialization instead of strings