Update

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.Update
final case class Update(data: TournamentUpdate)

An update on the current tournament.

Value parameters

data

the updated data of the tournament

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