fix(game): make 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
fix(game): do not replace character with player in map entities
fix(game): remove trailing spaces in position
feat(game): add method to get all entities from the map
feat(game): add position operators
fix(game): make reputation icon short
Merge pull request #8 from Rutherther/game-objects
Game objects
chore(game): add nuget information
feat(game): add character sp points
feat(game): add basic entity and map data
fix: use correct namespaces inside of game project
feat: add effects to living entities
fix: use new packets in game responders
fix: use nos smooth packets in game
feat: add helper data records
feat: implement character and player properties
chore: move data classes to correct namespaces