players property

IList<Player> players

Gets an unmodifiable list of players that are a part of this game

Implementation

IList<Player> get players => generic.players;