mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
minor refactoring
This commit is contained in:
parent
97b1b7fde4
commit
182d636078
7 changed files with 5 additions and 9 deletions
|
|
@ -34,7 +34,6 @@ import mage.Constants.CardType;
|
|||
import mage.Constants.Rarity;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.SimpleStaticAbility;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.PreventionEffectImpl;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.game.Game;
|
||||
|
|
@ -107,4 +106,4 @@ class PersonalSanctuaryEffect extends PreventionEffectImpl<PersonalSanctuaryEffe
|
|||
public PersonalSanctuaryEffect copy() {
|
||||
return new PersonalSanctuaryEffect(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ package mage.sets.tempest;
|
|||
import java.util.UUID;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.common.CounterTargetEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.target.TargetSpell;
|
||||
|
|
|
|||
|
|
@ -31,11 +31,9 @@ import java.util.UUID;
|
|||
|
||||
import static mage.Constants.Zone;
|
||||
|
||||
import mage.Constants;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.abilities.TriggeredAbilityImpl;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.common.DamageTargetEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.game.Game;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue