Merge pull request #53 from Rutherther/feat/raids
Add raid processing
chore: use is instead of == for checking null
chore: fix raid type justification
fix(game): put members in new raid for rdlst responder
feat(packets): make hero level a byte
fix (packets): add hp correctly to rboss packet
feat(packets): make vnum int
fix(packets): implement IPacket in RaidBfPacket
feat(game): add raid handling
feat(packets): add raid types
tests: add raid packet tests
feat(packets): add raid packets
feat(packets): add conditional list index attribute
fix(packets): make nullable, optional wrapper not throw an exception for non-generic types
feat(game): add dialog handling, dialog opened event
feat(packets): add dialog packets
Merge pull request #54 from Rutherther/test/packet-files
Add tests working with packet files
tests: add basic inventory, group, charater tests
chore: add mates and friends packet logs