Package-level declarations
Types
Link copied to clipboard
data class GamesDataItem(val gameName: String, val topic: GamesDatumTopic, val detailedInformation: String? = null, val unpublishedMatches: Set<String> = emptySet(), val source: String? = null, val tags: Set<GamesDatumTag> = setOf(), val tools: Set<GameDatumTools> = setOf())
Link copied to clipboard
Link copied to clipboard