chore: bump packet versions
Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
fix(packets): dispose packet string builder correctly
fix: try to copy until enough size
feat: return array to ArrayPool in PacketStringBuilder
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
chore: bump packetserializer abstractions version
feat(packets): accept ReadOnlySpan inside of PaketStringEnumerator
feat(packets): accept ReadOnlySpan instead of string in serializer
Merge pull request #71 from plsfixrito/PtctlPacket-
Add missing fields to PtctlPacket
Rename fields to represent their names
Add missing fields to PtctlPacket
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
Rename IsPartner to PartnerMask
Add documentation for IsPartner
Add Partner properties to Npc entity
fix(packets): check if header to packet contains the key to look for