mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-03 01:37:18 -04:00
7 lines
136 B
Go
7 lines
136 B
Go
package d2ds1
|
|
|
|
// SubstitutionRecord represents a substitution record in a DS1 file.
|
|
type SubstitutionRecord struct {
|
|
Unknown uint32
|
|
}
|