Join

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Join
final case class Join(room: RoomId)

Join a room.

Value parameters

room

the room to join

Attributes

Source
GlobalCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product