File Encoders for all file formats in `d2common/d2fileformats/ #909
Comments
Merged
Merged
Merged
Merged
Closed
Merged
|
I did a cursory check and it seems like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


We currently only have file decoders in
d2fileformats. Most of theLoadfunctions take a byte slice as an argument, and parse the bytes into a struct for that file type. We need to be able to convert a struct instance back to a byte slice.The text was updated successfully, but these errors were encountered: