Exemple #1
0
 public void TestHandCreationAndStuff()
 {
     CardSet c = new CardSet();
     Hand    h = c.CreateHand();
 }