1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-03 06:20:43 +00:00
OpenDiablo2/d2common/d2fileformats/d2ds1/substitution_record.go

7 lines
136 B
Go
Raw Normal View History

package d2ds1
2020-06-24 14:13:11 +00:00
// SubstitutionRecord represents a substitution record in a DS1 file.
type SubstitutionRecord struct {
Unknown uint32
}