7 lines
119 B
Kotlin
7 lines
119 B
Kotlin
package net.halfbinary.scavengerhuntapi.model.request
|
|
|
|
enum class HuntStatus {
|
|
UNSTARTED,
|
|
ONGOING,
|
|
CLOSED
|
|
} |