roundPlayerScores property

IList<IMap<PlayerID, double>> roundPlayerScores

Gets the map of player scores grouped by round

Implementation

IList<IMap<PlayerID, double>> get roundPlayerScores =>
    generic.roundPlayerScores;