Game

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

Properties

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

Full list of TextSources

Link copied to clipboard
open override val title: String