Challenge

io.github.pidoveproject.showdown.room.ChatMessage.Challenge
final case class Challenge(opponent: User, format: FormatName)

A challenge request.

Value parameters

format

the format of the battle

opponent

the opponent from the point of view of the current user

Attributes

Source
ChatMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product