예제 #1
0
 public IsStraightFlushRule(
     [NotNull] IIsSameSuitAllConditionCards same,
     [NotNull] IIsStraightCondition straightCondition)
 {
     m_Same = same;
     m_StraightCondition = straightCondition;
 }
예제 #2
0
 public IsFlushRule(
     [NotNull] IIsSameSuitAllConditionCards same)
 {
     m_Same = same;
 }