mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Remove unused imports from CountersOnPermanentsHint
This commit is contained in:
parent
4575bd6fda
commit
a3d20bd099
1 changed files with 0 additions and 11 deletions
|
@ -3,24 +3,13 @@ package mage.abilities.hint.common;
|
|||
import com.sun.xml.internal.ws.util.StringUtils;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.hint.Hint;
|
||||
import mage.cards.Card;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.ComparisonType;
|
||||
import mage.counters.Counter;
|
||||
import mage.counters.CounterType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.players.Player;
|
||||
import mage.abilities.condition.common.CountersOnPermanentsCondition;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Objects;
|
||||
import java.util.UUID;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
/**
|
||||
* A hint which keeps track of how many counters of a specific type there are
|
||||
* among some type of permanents
|
||||
|
|
Loading…
Reference in a new issue