roundPlayerScores property

IList<IMap<PlayerID, double>> get roundPlayerScores

Gets the map of player scores grouped by round

Implementation

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