mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:00:47 +00:00
Lazy dump info collecting
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.dumpview;
|
||||
|
||||
import com.jpexs.decompiler.flash.tags.TagStub;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -27,6 +28,7 @@ public class DumpInfo {
|
||||
|
||||
public String name;
|
||||
public String type;
|
||||
public TagStub tagToResolve = null;
|
||||
|
||||
public Object previewValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user