Scouting

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.Scouting
final case class Scouting(setting: TournamentSetting)

Users are now either allowed or disallowed to join other tournament battles (aka scout).

Value parameters

setting

the new rule about scouting

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