public Game(Player p1, Player p2, TrucoDeckType gameType) { P1 = p1; P2 = p2; Deck = new TrucoDeck(gameType); }