Rule

io.github.pidoveproject.showdown.protocol.server.BattleInitializationMessage.Rule
final case class Rule(rule: BattleRule)

Declare a rule of the battle

Value parameters

rule

the enabled battle rule

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