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
chore(game): add missing documentation
feat(game): add mates processing
feat(game): add group processing
feat(game): add (basic) inventory parsing
chore: make updates to get rid of warnings
Merge pull request #8 from Rutherther/game-objects
Game objects
feat(game): remove character died event in favor of entity died
feat(game): use entity stunned event instead of character stunned
feat(game): add handling of packets for maps and entities
feat: add events for character skills
chore: move data classes to correct namespaces
feat: add game event responders and logic