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