forked from External/mage
[CLB] Implemented Balor
This commit is contained in:
parent
a6f977c0e4
commit
1899fa0def
10 changed files with 191 additions and 122 deletions
|
|
@ -554,8 +554,9 @@ public abstract class TargetImpl implements Target {
|
|||
* @param targetTag
|
||||
*/
|
||||
@Override
|
||||
public void setTargetTag(int targetTag) {
|
||||
public TargetImpl setTargetTag(int targetTag) {
|
||||
this.targetTag = targetTag;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue