Timestamp

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Timestamp
final case class Timestamp(time: Timestamp)

An update on the current time of the room.

Value parameters

time

the current timestamp of the room (UNIX format)

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