OpenDiablo2/d2common/d2fileformats/d2dcc/dcc_pixel_buffer_entry.go

8 lines
115 B
Go

package d2dcc
type DCCPixelBufferEntry struct {
Value [4]byte
Frame int
FrameCellIndex int
}