Version 1.1.0
✨ New features:
- Support for decoding game items (weapons, skins, packs, etc) from their IDs.
- New Decoder method
decodeFieldValue(value: Uint8Array, type: string)
now allows you to decode arbitrary enumfields.
🐛 Bug fixes:
- Prevent the Decoder from being able to return an empty object instead of Map data when decoding a Map ID.