feat(game): add mates processing
feat(game): add friends processing
feat(game): add group processing
feat(game): add (basic) inventory parsing
feat(game): put friends, group, inventory, skills in Game instead of Character
chore: make updates to get rid of warnings
fix(game): make rest of effects vnum short instead of long
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