fix(localbinding): represent follow entity input types correctly
feat(localbinding): add follow and unfollow (attack) entity methods
feat(localbinding): add currently following entity to scene manager
feat(localclient): cancel walk command handling if nostale returns false on walk
fix(localbinding): represent walk function correctly to prevent bug of not walking
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
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+
chore: remove nossmooth core vcxproj
feat: add .net 5+ injector
chore: disable warning of no documentation in User32
chore: update packages to netstandard 2.1
feat!: remove nossmooth core
feat: use nostale bindings instead of nossmooth core
feat: add .net nostale bindings
Merge pull request #12 from Rutherther/packets Implement custom packet serializer
feat: do not log packet converter not found error
fix: add IsExternalInit to LocalClient