Esempio n. 1
0
 /// <summary>
 /// Resets the game
 /// </summary>
 public virtual void Reset()
 {
     ClearCards(false);
     scoreCard.Clear();
     handCards.Clear();
 }