All Downloads are FREE. Search and download functionalities are using the official Maven repository.

munchkin.steam.model.Genre.scala Maven / Gradle / Ivy

The newest version!
package munchkin.steam.model

import io.circe.generic.JsonCodec

@JsonCodec
case class Genre(
  `id`: String,
  description: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy