forked from External/mage
[SOM] Grafted Exoskeleton
This commit is contained in:
parent
1a4cba5196
commit
aa2449f342
5 changed files with 231 additions and 0 deletions
|
|
@ -98,4 +98,9 @@ public abstract class EffectImpl<T extends Effect<T>> implements Effect<T> {
|
|||
public void setTargetPointer(TargetPointer targetPointer) {
|
||||
this.targetPointer = targetPointer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TargetPointer getTargetPointer() {
|
||||
return this.targetPointer;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue