Win

io.github.pidoveproject.showdown.battle.BattleResult.Win
final case class Win(winner: Username)

A user won the game.

Value parameters

winner

the user who won

Attributes

Source
BattleResult.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product