GameType

io.github.pidoveproject.showdown.protocol.server.BattleInitializationMessage.GameType
final case class GameType(battleType: BattleType)

Set the type of the battle.

Value parameters

battleType

the type of the battle

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