1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-01 11:25:26 +00:00
OpenDiablo2/d2common/d2fileformats/d2pl2/pl2_palette_transform.go

7 lines
130 B
Go
Raw Normal View History

2020-06-29 02:32:34 +00:00
package d2pl2
// PL2PaletteTransform represents a PL2 palette transform.
type PL2PaletteTransform struct {
Indices [256]uint8
}