mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-07-26 11:24:38 -04:00
- moved ds1 object definition into the ds1 dir - added doc files - only lint errors remaining are for the unused variables in d2video
8 lines
160 B
Go
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
|
|
)
|