Join

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Join
final case class Join(user: User)

A user joined the room.

Value parameters

user

the user who joined the room

Attributes

Source
RoomMessage.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