Merge pull request #32 from Rutherther/combat
Add combat extension
feat(pathfinding): add basic pathfinding using A*
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(samples): add sample with loading data from a file
chore: add NosSmooth.Game to solution
feat(samples): add data browser cli sample
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