Merge pull request #53 from Rutherther/feat/raids Add raid processing
feat(game): add raid handling
chore: add async analyzer and meet its standards
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): put friends, group, inventory, skills in Game instead of Character
chore: make updates to get rid of warnings
fix(game): release game semaphore on exception
feat(game): make game stateful entity
Merge pull request #8 from Rutherther/game-objects Game objects
feat(game): add handling of packets for maps and entities
feat: extract game semaphores logic
feat: add semaphore to game
feat: add skeleton of game type