Exemple #1
0
 private Deck(Cards newCards)
 {
     newCards.CopyTo(this); // not sure if this works
 }