mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 19:05:35 +00:00
loop to string
This commit is contained in:
@@ -31,4 +31,9 @@ public class Loop {
|
||||
this.loopBreak = loopBreak;
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "loop(id:" + id + ",continue:" + loopContinue + ", break:" + loopBreak + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user