1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 06:05:23 +00:00
OpenDiablo2/d2common/d2fileformats/d2pl2/pl2_palette_transform.go
2020-06-28 22:32:34 -04:00

7 lines
130 B
Go

package d2pl2
// PL2PaletteTransform represents a PL2 palette transform.
type PL2PaletteTransform struct {
Indices [256]uint8
}