forked from External/mage
* Workaround to fix problem with deck layout.
This commit is contained in:
parent
769a37958d
commit
5d8ae4d411
5 changed files with 38 additions and 16 deletions
|
|
@ -6,8 +6,9 @@ import java.util.List;
|
|||
* Created by stravant@gmail.com on 2016-10-03.
|
||||
*/
|
||||
public class DeckCardLayout {
|
||||
private List<List<List<DeckCardInfo>>> cards;
|
||||
private String settings;
|
||||
|
||||
private final List<List<List<DeckCardInfo>>> cards;
|
||||
private final String settings;
|
||||
|
||||
public DeckCardLayout(List<List<List<DeckCardInfo>>> cards, String settings) {
|
||||
this.cards = cards;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue