Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
docs: fix MateWalkCommand header
feat(core): rename PetWalkCommand to MateWalkCommand, use MateId instead of selector
fix(core): allow adding multiple responder types with IRawPacketResponder and IEveryPacketResponder
feat(core): make raw packet implement IPacketResponder to make it usable with AddPacketResponder
feat(core): make PacketEventArgs structs
fix(core): make managed nostale client constructor public
feat(core): add support for raw packet responder from AddPacketResponder
feat(core): split raw client and managed client as well as packet handlers
Resolves #65
fix(core): do not try to create stateful instance in case the entity is already present
fix(core): make stateful repository return the correct type
feat(core): add possibility to add items to stateful repository manually
chore: move repository url and license to Directory.Build.props
docs: add missing documentation
chore(core): update version
fix(core): save CurrentState to avoid race condition
fix(core): do not update default state