mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Merge fix
This commit is contained in:
parent
2bf0c1d98e
commit
7c2738cf9f
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ import java.util.Scanner;
|
|||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
import mage.cards.Card;
|
||||
import mage.cards.decks.Deck;
|
||||
import mage.cards.decks.DeckCardLists;
|
||||
import mage.cards.repository.CardInfo;
|
||||
import mage.cards.repository.CardRepository;
|
||||
import mage.constants.PhaseStep;
|
||||
|
@ -54,6 +56,8 @@ public abstract class MageTestPlayerBase {
|
|||
|
||||
protected Map<TestPlayer, Map<Zone, String>> commands = new HashMap<>();
|
||||
|
||||
protected static Map<String, DeckCardLists> loadedDeckCardLists = new HashMap<>(); // test decks buffer
|
||||
|
||||
protected TestPlayer playerA;
|
||||
protected TestPlayer playerB;
|
||||
protected TestPlayer playerC;
|
||||
|
|
Loading…
Add table
Reference in a new issue