Challenge

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Challenge
final case class Challenge(user: Username, format: FormatName)

Challenge another user.

Value parameters

format

the format of the battle

user

the user to challenge

Attributes

Source
GlobalCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product