mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Ignored TestPlayer.java
This commit is contained in:
parent
a033af089b
commit
3c6a4d329c
1 changed files with 2 additions and 0 deletions
|
@ -45,11 +45,13 @@ import mage.game.permanent.Permanent;
|
|||
import mage.game.stack.StackObject;
|
||||
import mage.player.ai.ComputerPlayer;
|
||||
import mage.players.Player;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
@Ignore
|
||||
public class TestPlayer extends ComputerPlayer<TestPlayer> {
|
||||
|
||||
private List<PlayerAction> actions = new ArrayList<PlayerAction>();
|
||||
|
|
Loading…
Add table
Reference in a new issue