mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 15:17:04 -05:00
16b8a6467f
- moved ds1 object definition into the ds1 dir - added doc files - only lint errors remaining are for the unused variables in d2video
5 lines
222 B
Go
5 lines
222 B
Go
// Package d2datadict parses txt files as data dictionaries and exports records arrays
|
|
// For the Diablo II MPQ's, data dictionaries are the tab-separated value txt files
|
|
// found in `data/global/excel`
|
|
package d2datadict
|