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:
North 2011-06-24 23:42:03 +03:00
parent 92e9d94c33
commit 84c1fbccdc
5 changed files with 65 additions and 99 deletions

View file

@ -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;
}