mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-10 06:16:27 -05: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
|
|
}
|