mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
LocalData should be serializable
This commit is contained in:
@@ -16,13 +16,14 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class SourceGeneratorLocalData {
|
||||
public class SourceGeneratorLocalData implements Serializable {
|
||||
|
||||
public HashMap<String, Integer> registerVars;
|
||||
public Boolean inFunction;
|
||||
|
||||
Reference in New Issue
Block a user