mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 15:55:09 +00:00
getOffset renamed to getAddress to be the same in AS2 and AS3
This commit is contained in:
@@ -37,7 +37,7 @@ public interface GraphSourceItem extends Serializable, Cloneable {
|
||||
|
||||
public boolean isExit();
|
||||
|
||||
public long getOffset();
|
||||
public long getAddress();
|
||||
|
||||
public long getLineOffset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user