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

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

The newest version!
package munchkin.steam.model

import io.circe.generic.JsonCodec

@JsonCodec
case class GetOwnedGamesResponseData(
  game_count: Long,
  games: List[Game]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy