Example #1
0
 public LimitGameTypePair(Limit limit, GameType gameType)
 {
     Limit    = limit;
     GameType = gameType;
 }
Example #2
0
 public SitAndGoTriple(Buyin buyin, TableType tableType, GameType gameType)
 {
     Buyin     = buyin;
     TableType = tableType;
     GameType  = gameType;
 }