public IsStraightFlushRule( [NotNull] IIsSameSuitAllConditionCards same, [NotNull] IIsStraightCondition straightCondition) { m_Same = same; m_StraightCondition = straightCondition; }
public IsStraightRule( [NotNull] IIsStraightCondition straightCondition) { m_StraightCondition = straightCondition; }