1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-07-26 11:24:38 -04:00
lord 16b8a6467f
fixed most lint errors in d2data (#701)
- moved ds1 object definition into the ds1 dir
- added doc files
- only lint errors remaining are for the unused variables in d2video
2020-08-06 16:45:38 -04:00

8 lines
160 B
Go

package d2datadict
// these show up in a lot of txt files where blizzard added LoD expansion stuff
const (
expansion = "Expansion"
expansionCode = 100
)