Turn

io.github.pidoveproject.showdown.protocol.server.BattleProgressMessage.Turn
final case class Turn(number: TurnNumber)

An update on the current turn.

Value parameters

number

the current turn

Attributes

Source
BattleProgressMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product