using System.Collections.Generic; using System.Linq; namespace GameFix.Poker { public class CardStyle1122Helper : CardStyle112233Helper { public override int CardStyle => DataCardConst.CardStyle1122; public override int CardCnt => 4; } }