feat(game): add group processing
chore(game): update major version
Breaking changes were made
chore(game): update version
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
feat(packets): add many new packets
chore: make Core internals visible to tests
fix(game): make rest of effects vnum short instead of long
feat(game): handle null skill vnum in su packet responder
fix(game): create character on at packet received
fix(game): make effects vnum short instead of long
chore: bump versions to support new PacketSerializer
chore: move PacketSerializer types to correct namespace
Merge pull request #32 from Rutherther/combat
Add combat extension
fix(game): create npc instead of monster in InResponder