Files
d2go/pkg/data/difficulty/difficulty.go

10 lines
121 B
Go

package difficulty
const (
Normal = "normal"
Nightmare = "nightmare"
Hell = "hell"
)
type Difficulty string