1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 15:37:31 -05:00
2020-06-28 22:32:34 -04:00

7 lines
104 B
Go

package d2pl2
// PL2Palette represents a PL2 palette.
type PL2Palette struct {
Colors [256]PL2Color
}