Exemple #1
0
 public void Reset()
 {
     this.CardsInDeck = Deck.BuildDeck();
     this.Shuffle();
 }
Exemple #2
0
 public Deck()
 {
     this.CardsInDeck = Deck.BuildDeck();
     this.Shuffle();
 }