Faint

io.github.pidoveproject.showdown.protocol.server.BattleMajorActionMessage.Faint
final case class Faint(pokemon: ActiveId)

A pokemon fainted.

Value parameters

pokemon

the fainted pokemon

Attributes

Source
BattleMajorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product