Popup

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.Popup
final case class Popup(msg: PopupMessage)

A popup message. Used in scenarios like team validation.

Value parameters

msg

the message displayed by this popup

Attributes

Source
GlobalMessage.scala

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product