v0.4.1
Compatibility
- Cyberpunk 2077 v2.12a
- RED4ext v1.24.3+
- redscript v0.5.19+
Fixed
- issue when using
ToJson
where array ofref<T>
was converted to
[ [ {}, ...] ]
instead of[ {}, ... ]
.
ToJson
where array of ref<T>
was converted to[ [ {}, ...] ]
instead of [ {}, ... ]
.