fix(packets): split rdlst, rdlstf due to different fields
fix(packets): make rdlst players have a list index
Merge pull request #53 from Rutherther/feat/raids Add raid processing
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(packets): add raid types
feat(packets): add raid packets
feat(packets): add dialog packets
fix(packets): make pinit sub packet unknowns nullable
fix(packets): add unknown fields to sc_n packet
fix(packets): add missing fields to pinit mate subpacket
feat(packets): make clist sub packet pet vnum and skin not nullable
fix(packets): nullability of family
fix(packets): make inv sub packets optional
fix(packets): make gidx family sub packet nullable, family icons optional
Merge branch 'main' of github.com:Rutherther/NosSmooth
feat(packets): make in non player unknown4, unknown5 optional
Merge pull request #52 from Rutherther/feat/optional-wrapper Add optional wrapper