mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 23:26:41 -05:00
7 lines
104 B
Go
7 lines
104 B
Go
|
package d2pl2
|
||
|
|
||
|
// PL2Palette represents a PL2 palette.
|
||
|
type PL2Palette struct {
|
||
|
Colors [256]PL2Color
|
||
|
}
|