fix(game): release game semaphore on exception
fix(game): verify eq packet size
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
chore: update core and game versions
feat(game): make event dispatcher scoped
feat(game): make game stateful entity
Merge pull request #8 from Rutherther/game-objects
Game objects
chore(game): add nuget information
chore(game): update project
feat(game): remove character died event in favor of entity died
feat(game): use entity stunned event instead of character stunned
feat(game): add character sp points
feat(game): add handling of packets for maps and entities
feat(game): add basic entity and map data
fix: use correct namespaces inside of game project