Win

io.github.pidoveproject.showdown.protocol.server.BattleProgressMessage.Win
final case class Win(user: Username)

The battle ended with a winner.

Value parameters

user

the winner of the game

Attributes

Source
BattleProgressMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product