chore: move PacketSerializer types to correct namespace
Merge pull request #32 from Rutherther/combat
Add combat extension
feat(tests): add Ski packet test
chore: update dependencies
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(samples): add sample with loading data from a file
docs: remove see converter from packet tests
feat(tests): add tests for bool and string converters
fix(tests): test null values correctly
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: use ReadOnlySpan for deserialization instead of strings
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
fix: pinit tests to account for nullable sub packets
fix: samples to work with NosSmooth packets
feat(tests): add in packet converter tests
fix(tests): remove adding TypeConverterRepository
chore: add DI dependency to Tests
feat: add in packet with all dependencies