using System.Collections.Generic; using System.Linq; namespace GameFix.Poker { /// /// 三顺 (3个起) /// public class CardStyle111222333Helper : CardStyle111222Helper { public override int CardStyle => DataCardConst.CardStyle111222333; public override int CardCnt => 9; } }