Exemplo n.º 1
0
 public ColorCardsShuffler()
 {
     _thisShuffle = new BasicObjectShuffler <C>(_objectList);
 }
 public MahjongShuffler()
 {
     _thisShuffle = new BasicObjectShuffler <MahjongSolitaireTileInfo>(_objectList);
 }
Exemplo n.º 3
0
 public DominosBasicShuffler()
 {
     _thisShuffle = new BasicObjectShuffler <D>(_objectList); //i think.
 }