Game Definition
data class GameDefinition(val key: String, val gameTypeId: Identifier, val displayName: String, val description: String, val icon: Item)(source)
Metadata for a game shown in the /4ever game hub.
Metadata for a game shown in the /4ever game hub.