()
| 522 | } |
| 523 | |
| 524 | @Override |
| 525 | public ICardFace getOtherFace() { |
| 526 | ICardFace face = this.rules.getOtherPart(); |
| 527 | if(face == null) |
| 528 | return null; |
| 529 | return this.getVariantForFace(face); |
| 530 | } |
| 531 | |
| 532 | @Override |
| 533 | public List<ICardFace> getAllFaces() { |
no test coverage detected