HitCount

io.github.pidoveproject.showdown.protocol.server.BattleAttackMessage.HitCount
final case class HitCount(pokemon: ActiveId, count: Count)

A pokemon hit n times.

Value parameters

count

the number of time the pokemon hit

pokemon

the attacker

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