Merge pull request #54 from Rutherther/test/packet-files
Add tests working with packet files
tests: remove unnecessary deep checks, replace them with ShouldBeEquivalentTo from Shouldly
tests: fix tests for new version
feat(packets): add many new packets
Merge pull request #34 from Rutherther/tests
Add core tests
fix(tests): add needed using
fix(tests): add default packet serializers
feat(tests): add player test with 0 UpgradeRareSubPacket
chore: move PacketSerializer types to correct namespace
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
fix(tests): test null values correctly
feat: split packets definitions into separate assembly
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
fix: samples to work with NosSmooth packets
feat(tests): add in packet converter tests