(PaperCard c)
| 194 | public static List<PaperCard> getRemovedCards() { return removedCards; } |
| 195 | |
| 196 | public void removeCard(PaperCard c) { |
| 197 | removedCards.add(c); |
| 198 | } |
| 199 | |
| 200 | private static void preparePlayerZone(Player player, final ZoneType zoneType, CardPool section, boolean canRandomFoil) { |
| 201 | PlayerZone library = player.getZone(zoneType); |
no test coverage detected