1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 06:05:23 +00:00
OpenDiablo2/d2common/d2fileformats/d2ds1/substitution.go

7 lines
124 B
Go
Raw Normal View History

package d2ds1
// Substitution represents a substitution record in a DS1 file.
type Substitution struct {
Unknown uint32
}