Merge pull request #22 from Rutherther/data
Add NosTale data information
chore(data): make cli nonpackable
chore: remove chat commands from the solution
feat(data): add skeleton for NosTale data
chore: remove projects for local injectable client, move them to NosSmooth.Local
feat(sample): add external memory browser sample
chore: remove missing projects from the solution
feat(chatcommands): add support for chat commands using Remora.Commands
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: add .net 5+ injector
chore: remove empty projects
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
chore: add Packet tests to windows solution
chore: remove NosCore dependency
Merge branch 'in-packet-serialize' into 'main'
Serialize IN packet
See merge request Rutherther/nos-smooth!3
tests: add tests for in packet serializer