Timer

io.github.pidoveproject.showdown.protocol.client.BattleRoomCommand.Timer
final case class Timer(isOn: Boolean)

Enable the timer

Value parameters

isOn

true to enable the timer, false to disable.

Attributes

Source
BattleRoomCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product