forked from External/mage
Moved effect from framework to card implementation
(only one card used it and very few cards can use it) Also some small refactoring.
This commit is contained in:
parent
92e9d94c33
commit
84c1fbccdc
5 changed files with 65 additions and 99 deletions
|
|
@ -92,6 +92,7 @@ public abstract class EffectImpl<T extends Effect<T>> implements Effect<T> {
|
|||
return effectType;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTargetPointer(TargetPointer targetPointer) {
|
||||
this.targetPointer = targetPointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue