ArmedCards.Entities.GameRound.GameRound C# (CSharp) Méthode

GameRound() public méthode

public GameRound ( ) : System
Résultat System
        public GameRound()
        {
            CardCommander = new User();
            CardsPlayed = new List<GameRoundCard>();
        }

Same methods

GameRound::GameRound ( IDataReader idr ) : System