Interface Score

interface Score {
    black: PlayerScore;
    white: PlayerScore;
}

Properties

Properties