UpdateSearch

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.UpdateSearch
final case class UpdateSearch(search: GameSearch)

An update about the matchmaking.

Value parameters

search

the current state of game searching

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product