readyPlayers property

IList<PlayerID> readyPlayers

Gets the players who are ready for the next round

Implementation

IList<PlayerID> get readyPlayers => generic.readyPlayers;