commonMain.eu.codlab.lorcana.raw.SetDescription.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lorcana-data Show documentation
Show all versions of lorcana-data Show documentation
Lorcana set descriptions and data
package eu.codlab.lorcana.raw
import kotlinx.serialization.SerialName
enum class SetDescription {
@SerialName("tfc")
TFC,
@SerialName("rotf")
RotF,
@SerialName("promos")
Promos,
@SerialName("iti")
ItI
}