mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:50:44 +00:00
Issue #203 AS1/2 (de)compiler fixes
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class GraphSourceItemPos {
|
||||
public class GraphSourceItemPos implements Serializable {
|
||||
|
||||
public GraphSourceItem item;
|
||||
public int pos;
|
||||
|
||||
Reference in New Issue
Block a user