Merge pull request #51 from Rutherther/feat/easy-api
Add easy apis for various things
feat(game): register apis to service collection
Merge pull request #46 from Rutherther/feat/act4
Add Act4 status processing
feat(game): emit Act4StatusReceived event upon receiving act4 info
Resolves #43
Merge pull request #45 from Rutherther/feat/mates
Add support for mates
feat(game): add mates processing
feat(game): add friends processing
feat(game): add group processing
feat(game): add (basic) inventory parsing
feat(game): make event dispatcher scoped
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(game): add character sp points
feat(game): add handling of packets for maps and entities
fix: use new packets in game responders
fix: use nos smooth packets in game
feat: register responders for character actions
feat: add packet api for chat and skills
feat: add nostale game service collection extension
feat: add generic game event responder