Name

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Name
final case class Name(newName: User, oldName: User)

A user changed their name

Value parameters

newName

the new name of the user

oldName

the old name of the user

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