mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Update AvenShrine.java
This commit is contained in:
parent
13e1056d91
commit
1e94de1b1c
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,11 @@ import mage.card.CardImpl;
|
|||
import mage.constants.Rarity;
|
||||
import mage.constants.CardType;
|
||||
import mage.abilities.TriggeredAbilityImpl;
|
||||
import mage.abilities.common.GainLifeTriggeredEffect;
|
||||
|
||||
|
||||
import mage.abilities.common.GainLifeTargetEffect;
|
||||
import mage.filter.FilterCard;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.stack.Spell;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
|
||||
import java.util.UUID
|
||||
|
|
Loading…
Reference in a new issue