Belot.SequentialCombination.SequentialCombination C# (CSharp) Method

SequentialCombination() public method

Creates a sequential combination of cards
public SequentialCombination ( CardsCollection cards, int points ) : System
cards CardsCollection cards that the combination consists of
points int point evaluation of the combination
return System
        public SequentialCombination( CardsCollection cards, int points )
            : base(cards, points)
        {
        }