DeckState

@Serializable
data class DeckState(val cards: List<CardState>)

Constructors

Link copied to clipboard
constructor(cards: List<CardState>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun isRevealed(index: Int): Boolean
Link copied to clipboard
Link copied to clipboard
fun phase(index: Int): CardPhase