mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 06:34:20 +00:00
adapting AS3 decompilation to common method
This commit is contained in:
@@ -21,4 +21,6 @@ import java.util.List;
|
||||
public interface Block {
|
||||
|
||||
public List<ContinueItem> getContinues();
|
||||
|
||||
public List<List<GraphTargetItem>> getSubs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user