All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.eu.codlab.lorcana.cards.CardTranslation.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package eu.codlab.lorcana.cards

import kotlinx.serialization.Serializable

@Serializable
data class CardTranslation(
    val name: String,
    val title: String? = null,
    val flavour: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy