commonMain.eu.codlab.lorcana.franchises.Franchise.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.franchises
import eu.codlab.tcgmapper.TranslationHolder
import kotlinx.serialization.Serializable
@Serializable
data class Franchise(
val translations: TranslationHolder
)