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

io.github.pidoveproject.showdown.protocol.server.query.BattleRoomInfo.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.protocol.server.query

import zio.json.*

/**
 * Informations on a battle room sent by the server.
 *
 * @param p1 the first battle participant
 * @param p2 the second battle participant
 * @param minElo the min elo of the match
 */
case class BattleRoomInfo(p1: String, p2: String, minElo: Int) derives JsonDecoder




© 2015 - 2024 Weber Informatics LLC | Privacy Policy