Displaying arrows for fixed targets in effects (for Jace, Architect of Thought first ability)

This commit is contained in:
magenoxx 2012-10-24 17:45:55 +04:00
parent c9a40f4431
commit 575cebad7f
2 changed files with 30 additions and 3 deletions

View file

@ -61,4 +61,8 @@ public class FixedTarget implements TargetPointer {
public TargetPointer copy() {
return new FixedTarget(this);
}
public UUID getTarget() {
return target;
}
}