Method | Description | |
---|---|---|
IsType ( Dominion.Card card ) : bool | ||
PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType ) : System | ||
PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType, int count ) : System |
public PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType ) : System | ||
gameSubset | CardGameSubset | |
protoType | Dominion.Card | |
return | System |
public PileOfCards ( CardGameSubset gameSubset, Dominion.Card protoType, int count ) : System | ||
gameSubset | CardGameSubset | |
protoType | Dominion.Card | |
count | int | |
return | System |