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
chore: make updates to get rid of warnings
fix(game): make effects vnum short instead of long
Merge pull request #8 from Rutherther/game-objects Game objects
feat(game): add basic entity and map data
feat: add effects to living entities
fix: use nos smooth packets in game
feat: implement character and player properties
feat: add entities types skeleton