Hint

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Hint
final case class Hint(message: ChatContent)

A hint on why an event happened (usually not displayed in Pokemon games).

Value parameters

message

the hint content

Attributes

Source
BattleMinorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product