public Player(int numPlayers, string name) { Hand = new PlayingCard[53 / numPlayers + 2]; Name = name; Deck = new CardDeck(); }