io.github.pidoveproject.showdown.protocol.server.tournament.TournamentEnd
See theTournamentEnd companion object
case class TournamentEnd(results: List[List[Username]], format: FormatName, generator: TournamentGenerator, bracketData: BracketData)
A tournament ending.
Value parameters
- bracketData
-
the final bracket of the tournament
- format
-
the format of the tournament
- generator
-
the bracket generator of the tournament
- results
-
the winner of the tournament
Attributes
- Companion
- object
- Source
- TournamentEnd.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article