Start

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.Start
final case class Start(numPlayers: Count)

The tournament started.

Value parameters

numPlayers

the number of participants

Attributes

Source
TournamentMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product