mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Made sets attr protected to allow subclassing
This commit is contained in:
@@ -11,7 +11,7 @@ import forge.screens.home.quest.DialogChooseSets;
|
||||
|
||||
|
||||
public class DeckSetFilter extends DeckFormatFilter {
|
||||
private final Set<String> sets = new HashSet<>();
|
||||
protected final Set<String> sets = new HashSet<>();
|
||||
|
||||
public DeckSetFilter(ItemManager<? super DeckProxy> itemManager0, Collection<String> sets0, boolean allowReprints0) {
|
||||
super(itemManager0);
|
||||
|
||||
Reference in New Issue
Block a user