Files
scavengerhunt-api/src/main/kotlin/net/halfbinary/scavengerhuntapi/model/ImageVersion.kt
2026-05-14 14:29:52 -05:00

6 lines
110 B
Kotlin

package net.halfbinary.scavengerhuntapi.model
enum class ImageVersion {
ORIGINAL, LARGE, MEDIUM, SMALL
}