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 #73 from plsfixrito/MonsterNpcSkills
Add skills to Monster and Npc class
Add skills to Monster and Npc class
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
Add Partner properties to Npc entity
chore: make updates to get rid of warnings
fix(game): make rest of effects vnum short instead of long
Merge pull request #32 from Rutherther/combat
Add combat extension
fix(game): create npc instead of monster in InResponder
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(game): add basic entity and map data
feat: add entities types skeleton