feat(game): add smart dialog handling, rejecting conflicting answers to same dialog
Resolves #57.
Merge pull request #80 from plsfixrito/ilivingenitityvnum
Move VNum property to ILivingEntity
Move VNum property to ILivingEntity
All Living entities have a VNum so it should be inside the interface
Merge pull request #76 from plsfixrito/addPtctlResponder
Add PtctlResponder
Merge pull request #73 from plsfixrito/MonsterNpcSkills
Add skills to Monster and Npc class
Add skills to Monster and Npc class
chore(game): bump version
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
Merge pull request #69 from plsfixrito/MapChangedEvent
Dispatch MapChangedEvent
Rename IsPartner to PartnerMask
Merge pull request #66 from plsfixrito/main
feat(game): pass OwnerId from DropPacket to GroundItem
Add Partner properties to Npc entity
Pass OwnerId from DropPacket to GroundItem
feat(core): split raw client and managed client as well as packet handlers
Resolves #65