Request

io.github.pidoveproject.showdown.protocol.server.BattleProgressMessage.Request
final case class Request(request: Option[ChoiceRequest])

A choice request from the server.

Value parameters

request

information on available actions

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