Replace

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.Replace
final case class Replace(old: Username, current: Username)

A user was replaced by another.

Value parameters

current

the substitute user

old

the previous user

Attributes

Source
TournamentMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product