chore: make updates to get rid of warnings
chore: make Core internals visible to tests
chore: bump versions to support new PacketSerializer
chore: move PacketSerializer types to correct namespace
Merge pull request #32 from Rutherther/combat
Add combat extension
chore: update dependencies
feat(packets): merge send and receive packet handling to one method
chore(core): update version
feat(core): make command handler not found error
feat!(core): make some classes internal
chore(core): update version
fix(core): cancel control command cancellation token every time
feat(core): handle exceptions in command processor
fix(core): handle exceptions in packet handler
feat(core): add command pre and post events