BattleStart

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.BattleStart
final case class BattleStart(firstUser: Username, secondUser: Username, room: RoomId)

A tournament battle started.

Value parameters

firstUser

the first battle participant

room

the id of the battle room

secondUser

the second battle participant

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