Init

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Init
final case class Init(roomType: RoomType)

Initialization message. Sent first when entering a room.

Value parameters

roomType

the type of the room. Either battle or chat.

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