mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-13 12:06:31 -05:00
7 lines
124 B
Go
7 lines
124 B
Go
package d2ds1
|
|
|
|
// Substitution represents a substitution record in a DS1 file.
|
|
type Substitution struct {
|
|
Unknown uint32
|
|
}
|