Пример #1
0
 public void ShowHand()
 {
     WriteLine($"{Name}'s hand:");
     Cards.Show();
 }