forked from External/mage
[C13] Added Tempt with Reflections.
This commit is contained in:
parent
56f04ff9df
commit
8cf788e9cc
4 changed files with 155 additions and 12 deletions
|
|
@ -1,11 +1,14 @@
|
|||
package mage.target.targetpointer;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.cards.Card;
|
||||
import mage.game.Game;
|
||||
|
||||
|
||||
public class SecondTargetPointer implements TargetPointer {
|
||||
|
||||
private Map<UUID, Integer> zoneChangeCounter = new HashMap<UUID, Integer>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue