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

io.github.pidoveproject.showdown.protocol.server.choice.ActiveChoice.scala Maven / Gradle / Ivy

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

import zio.json.*

/**
 * Choice information on the active side.
 *
 * @param moves the available moves
 */
case class ActiveChoice(moves: List[MoveChoice]) derives JsonDecoder




© 2015 - 2024 Weber Informatics LLC | Privacy Policy