Game

fun Game(    title: String,     description: String,     photo: Photo,     text: String? = null,     textSources: TextSourcesList = emptyList(),     animation: AnimationFile? = null)