BlackWhiteSprites

@Serializable
data class BlackWhiteSprites(val animated: GameSprites, val backDefault: String? = null, val backFemale: String? = null, val backShiny: String? = null, val backShinyFemale: String? = null, val frontDefault: String? = null, val frontFemale: String? = null, val frontShiny: String? = null, val frontShinyFemale: String? = null)(source)

Constructors

Link copied to clipboard
constructor(animated: GameSprites, backDefault: String? = null, backFemale: String? = null, backShiny: String? = null, backShinyFemale: String? = null, frontDefault: String? = null, frontFemale: String? = null, frontShiny: String? = null, frontShinyFemale: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val backDefault: String? = null
Link copied to clipboard
val backFemale: String? = null
Link copied to clipboard
val backShiny: String? = null
Link copied to clipboard
val backShinyFemale: String? = null
Link copied to clipboard
val frontDefault: String? = null
Link copied to clipboard
val frontFemale: String? = null
Link copied to clipboard
val frontShiny: String? = null
Link copied to clipboard