Waiting

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

A move user is waiting for the target.

Value parameters

pokemon

the move user

target

the waited-for 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