core
Toggle table of contents
1.0.0-beta.9k
common
Target filter
common
Switch theme
Search in API
Skip to content
core
core
/
io.github.lunalobos.chess4kt
/
ArenaTournament
/
ArenaTournament
Arena
Tournament
constructor
(
eloCalculator
:
EloCalculator
=
EloCalculator()
,
idGenerator
:
(
)
->
Any
?
=
null
,
id
:
Any
?
=
null
,
name
:
String
?
=
null
,
timeControl
:
String
?
=
null
,
type
:
String
?
=
null
)