Merge pull request #71 from plsfixrito/PtctlPacket-
Add missing fields to PtctlPacket
Add missing fields to PtctlPacket
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
feat(packets): remove ExtraSpace from CList packet and replace it with allowing multiple separators
tests: add ptctl deserialization test
feat(packets): make lists and conditional parameters non-optional non-nullable
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
tests: add raid packet tests
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
Merge pull request #47 from Rutherther/feat/pass-nullable
Pass CanBeNull to string serializer and converter
chore(test): update tests
feat(tests): add clist packet tests
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