(IPaperCard pc, Player owner)
| 7481 | } |
| 7482 | |
| 7483 | public static Card fromPaperCard(IPaperCard pc, Player owner) { |
| 7484 | return CardFactory.getCard(pc, owner, owner == null ? null : owner.getGame()); |
| 7485 | } |
| 7486 | |
| 7487 | private static final Map<PaperCard, Card> cp2card = Maps.newHashMap(); |
| 7488 | public static Card getCardForUi(IPaperCard pc) { |