mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-20 15:37:31 -05:00
8 lines
115 B
Go
8 lines
115 B
Go
|
package d2dcc
|
||
|
|
||
|
type DCCPixelBufferEntry struct {
|
||
|
Value [4]byte
|
||
|
Frame int
|
||
|
FrameCellIndex int
|
||
|
}
|