Add data structures, it requires tons of refactor but it's more or less working
This commit is contained in:
9
pkg/data/difficulty/difficulty.go
Normal file
9
pkg/data/difficulty/difficulty.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package difficulty
|
||||
|
||||
const (
|
||||
Normal = "normal"
|
||||
Nightmare = "nightmare"
|
||||
Hell = "hell"
|
||||
)
|
||||
|
||||
type Difficulty string
|
||||
Reference in New Issue
Block a user