mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-15 13:07:56 -05:00
10 lines
154 B
Go
10 lines
154 B
Go
|
package d2ds1
|
||
|
|
||
|
type SubstitutionGroup struct {
|
||
|
TileX int32
|
||
|
TileY int32
|
||
|
WidthInTiles int32
|
||
|
HeightInTiles int32
|
||
|
Unknown int32
|
||
|
}
|