Dominion.PileOfCards.PileOfCards C# (CSharp) Method

PileOfCards() public method

public PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType ) : System
gameSubset CardGameSubset
protoType Dominion.Card
return System
        public PileOfCards(CardGameSubset gameSubset, Card protoType)
            : base(gameSubset)
        {
            this.protoType = protoType;
        }

Same methods

PileOfCards::PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType, int count ) : System