forked from External/mage
* Fixed a problem of AI target handling (e.g. for Precursor Golem)
This commit is contained in:
parent
f3c0d3fce0
commit
2162fab114
4 changed files with 42 additions and 35 deletions
|
|
@ -155,4 +155,6 @@ public interface Target extends Serializable {
|
|||
int getTargetTag();
|
||||
|
||||
void setTargetTag(int tag);
|
||||
|
||||
Target getOriginalTarget();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue