SentChoice

io.github.pidoveproject.showdown.protocol.server.BattleProgressMessage.SentChoice
final case class SentChoice(choice: BattleChoice)

The server confirmed the choice response has been received.

Value parameters

choice

the received choice

Attributes

Source
BattleProgressMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product