mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 07:07:25 -05:00
248eaf9d79
* Changed `Load` to `Unmarshal` * made `Marshal` and `Unmarshal` into methods of `COF` * added `New` function which creates a new, empty COF instance * added helper functions `Marshal` and `Unmarshal` * Changed `StreamReader.ReadBytes` to account for edge case of reading 0 bytes (this was returning an error when it should not have) * added really simple unit tests for COF |
||
---|---|---|
.. | ||
d2cache | ||
d2calculation | ||
d2data | ||
d2datautils | ||
d2enum | ||
d2fileformats | ||
d2geom | ||
d2interface | ||
d2loader | ||
d2math | ||
d2path | ||
d2resource | ||
d2util | ||
doc.go |