forked from External/mage
refactor: improved usage of target pointers
This commit is contained in:
parent
78612ddc91
commit
46d751f996
476 changed files with 548 additions and 563 deletions
|
|
@ -22,8 +22,7 @@ public abstract class EffectImpl implements Effect {
|
|||
|
||||
// read related docs about static and dynamic targets in ContinuousEffectImpl.affectedObjectsSet
|
||||
// warning, do not change it directly, use setTargetPointer instead
|
||||
// TODO: make it private and replace all usage to getTargetPointer
|
||||
protected TargetPointer targetPointer = new FirstTargetPointer();
|
||||
private TargetPointer targetPointer = new FirstTargetPointer();
|
||||
|
||||
protected String staticText = "";
|
||||
protected Map<String, Object> values;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue