Showing already chosen cards in choice dialog

This commit is contained in:
magenoxx 2012-06-27 18:44:03 +04:00
parent 638a6368d2
commit b5032226f4
9 changed files with 55 additions and 16 deletions

View file

@ -503,4 +503,8 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
@Override
public void showCardTitle() {
}
@Override
public void setSelected(boolean selected) {
}
}