1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-10-04 09:15:09 -04:00
OpenDiablo2/d2common/d2fileformats/d2dcc/dcc_cell.go

13 lines
175 B
Go
Raw Normal View History

package d2dcc
type DCCCell struct {
Width int
Height int
XOffset int
YOffset int
LastWidth int
LastHeight int
LastXOffset int
LastYOffset int
}