mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-07 18:57:18 -05:00
6 lines
66 B
Go
6 lines
66 B
Go
|
package d2ds1
|
||
|
|
||
|
type SubstitutionRecord struct {
|
||
|
Unknown uint32
|
||
|
}
|