mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-08 17:46:24 -05:00
8 lines
114 B
Go
8 lines
114 B
Go
package d2dcc
|
|
|
|
type DCCPixelBufferEntry struct {
|
|
Value []byte
|
|
Frame int
|
|
FrameCellIndex int
|
|
}
|