Leave

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

A user left the room.

Value parameters

user

the who lef the room

Attributes

Source
RoomMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product