Пример #1
0
 /// <summary>
 /// Reset the player's state before starting a new round
 /// </summary>
 public virtual void ClearRound()
 {
     _cardHand.ClearHand();
     NotifyObservers();
 }