Ability

io.github.pidoveproject.showdown.battle.Effect.Ability
final case class Ability(ability: AbilityName)

An effect caused by an ability.

Value parameters

ability

the causing ability

Attributes

Source
Effect.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product