mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:50:52 +00:00
Issue #203 AS1/2 (de)compiler fixes
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -23,7 +24,7 @@ import java.util.List;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class GraphPath {
|
||||
public class GraphPath implements Serializable {
|
||||
|
||||
private List<Integer> keys = new ArrayList<>();
|
||||
private List<Integer> vals = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user