forked from External/mage
changes to support deck editor modes
This commit is contained in:
parent
90d826304a
commit
6fcce4ab8b
5 changed files with 44 additions and 20 deletions
|
|
@ -51,6 +51,10 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
sideboardList.setOpaque(false);
|
||||
}
|
||||
|
||||
public void showSideboard(boolean show) {
|
||||
this.sideboardList.setVisible(show);
|
||||
}
|
||||
|
||||
public CardsList getDeckList() {
|
||||
return deckList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue