Game

data class Game(title: String, description: String, photo: Photo, text: String?, textSources: TextSourcesList, animation: AnimationFile?) : Titled, TextedInput

Properties

animation
Link copied to clipboard
common
val animation: AnimationFile? = null
description
Link copied to clipboard
common
val description: String
photo
Link copied to clipboard
common
val photo: Photo
text
Link copied to clipboard
common
open override val text: String? = null
textSources
Link copied to clipboard
common
open override val textSources: TextSourcesList

Full list of TextSources

title
Link copied to clipboard
common
open override val title: String