[CLB] Implemented Balor

This commit is contained in:
Evan Kranzler 2022-06-06 19:49:42 -04:00
parent a6f977c0e4
commit 1899fa0def
10 changed files with 191 additions and 122 deletions

View file

@ -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