CriticalHit

io.github.pidoveproject.showdown.protocol.server.BattleAttackMessage.CriticalHit
final case class CriticalHit(target: ActiveId)

A pokemon made a critical hit.

Value parameters

target

the attacked pokemon

Attributes

Source
BattleAttackMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product