BattleRule

io.github.pidoveproject.showdown.battle.BattleRule
See theBattleRule companion object
case class BattleRule(name: String, description: String)

The rule of a battle or format.

Value parameters

description

a short description of this rule

name

the name of this rule

Attributes

Companion
object
Source
BattleRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product