Rated

io.github.pidoveproject.showdown.protocol.server.BattleInitializationMessage.Rated
final case class Rated(message: Option[ChatContent])

Set the battle as rated.

Value parameters

message

None if the battle is rated or Some if the battle is rated in some other way.

Attributes

Source
BattleInitializationMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product