mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 23:26:41 -05:00
6 lines
66 B
Go
6 lines
66 B
Go
|
package d2ds1
|
||
|
|
||
|
type SubstitutionRecord struct {
|
||
|
Unknown uint32
|
||
|
}
|