BracketData
io.github.pidoveproject.showdown.protocol.server.tournament.BracketData
case class BracketData(bracketType: BracketType, rootNode: Option[BracketNode], users: Option[List[Username]])
The bracket data of a tournament
Value parameters
- bracketType
-
the type of the bracket
- rootNode
-
the root of the bracket
- users
-
the participants of the tournament
Attributes
- Source
- BracketData.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article