This commit is contained in:
parent
b51d715b56
commit
30c34d07d0
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ public class BaseScript {
|
||||||
|
|
||||||
|
|
||||||
public String name = "";
|
public String name = "";
|
||||||
public static HashMap<String, ArrayList<String>> code_events = new HashMap<>();
|
public HashMap<String, ArrayList<String>> code_events = new HashMap<>();
|
||||||
public static HashMap<String, Integer> code_event_fails = new HashMap<>();
|
public HashMap<String, Integer> code_event_fails = new HashMap<>();
|
||||||
|
|
||||||
public void parse_file(File f) throws Exception{
|
public void parse_file(File f) throws Exception{
|
||||||
code_events.clear();
|
code_events.clear();
|
||||||
|
|
Loading…
Reference in a new issue