Пример #1
0
 public void Setup()
 {
     deck = new Deck(CardType.Jack, 0, 0, 0);
     hand = new Hand();
 }