Instantiates a new card not associated to any paper card. @param id0 the unique id of the new card.
(final int id0, final Game game0)
| 388 | * @param id0 the unique id of the new card. |
| 389 | */ |
| 390 | public Card(final int id0, final Game game0) { |
| 391 | this(id0, null, game0); |
| 392 | } |
| 393 | |
| 394 | /** |
| 395 | * Instantiates a new card with a given paper card. |
nothing calls this directly
no test coverage detected