forked from External/mage
Refactored FirstTargetPointer, SecondTargetPointer, and ThirdTargetPointer to use a common implementation (#9634)
This commit is contained in:
parent
890abeb8c5
commit
31ca98faa1
12 changed files with 182 additions and 361 deletions
|
|
@ -21,7 +21,7 @@ public abstract class EffectImpl implements Effect {
|
|||
protected EffectType effectType;
|
||||
|
||||
// read related docs about static and dynamic targets in ContinuousEffectImpl.affectedObjectsSet
|
||||
protected TargetPointer targetPointer = FirstTargetPointer.getInstance();
|
||||
protected TargetPointer targetPointer = new FirstTargetPointer();
|
||||
|
||||
protected String staticText = "";
|
||||
protected Map<String, Object> values;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue