forked from External/mage
cards now use the new CountType
This commit is contained in:
parent
dd84287305
commit
5387f06898
139 changed files with 325 additions and 184 deletions
|
|
@ -29,6 +29,7 @@ package mage.abilities.condition.common;
|
|||
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.CountType;
|
||||
import mage.abilities.condition.Condition;
|
||||
import mage.constants.TargetController;
|
||||
import mage.game.Game;
|
||||
|
|
@ -44,9 +45,6 @@ import mage.util.CardUtil;
|
|||
*/
|
||||
public class CardsInHandCondition implements Condition {
|
||||
|
||||
public enum CountType {
|
||||
MORE_THAN, FEWER_THAN, EQUAL_TO
|
||||
}
|
||||
|
||||
private Condition condition;
|
||||
private CountType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue