mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 15:17:04 -05:00
2461142fbd
* Minor changes to reduce interdependencies on modules.
13 lines
175 B
Go
13 lines
175 B
Go
package d2dcc
|
|
|
|
type DCCCell struct {
|
|
Width int
|
|
Height int
|
|
XOffset int
|
|
YOffset int
|
|
LastWidth int
|
|
LastHeight int
|
|
LastXOffset int
|
|
LastYOffset int
|
|
}
|