mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-19 02:46:35 -05:00
4 lines
202 B
Go
4 lines
202 B
Go
|
// Package d2datautils is a utility package that provides helper functions/classes
|
||
|
// for parsing the original diablo2 files. (eg. parsers for binary files that aren't byte-aligned)
|
||
|
package d2datautils
|