Example #1
0
 internal DeckController(TableType tableType, List <string> deck)
 {
     T    = tableType;
     Deck = deck;
 }