OpenDiablo2/d2core/d2records/rare_affix.go

9 lines
178 B
Go

package d2records
// RareItemAffix described both rare prefixes and suffixes
type RareItemAffix struct {
Name string
IncludedTypes []string
ExcludedTypes []string
}