chess-core
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
chess-core
chess-core
/
io.github.alluhemanth.chess.core.game
/
GameResult
/
Win
Win
data
class
Win
(
val
winner
:
PieceColor
)
:
GameResult
The game has been won by a player.
Members
Constructors
Win
Link copied to clipboard
constructor
(
winner
:
PieceColor
)
Properties
winner
Link copied to clipboard
val
winner
:
PieceColor
The color of the winning player.