|
|
|
@ -19,7 +19,7 @@ import java.util.ArrayList;
@@ -19,7 +19,7 @@ import java.util.ArrayList;
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
|
public class EffectsParser { |
|
|
|
|
public static String EffectsPath = ConfigManager.DEFAULT_DATA_DIR + "/Effects.cfg"; |
|
|
|
|
public static String EffectsPath = ConfigManager.DEFAULT_DATA_DIR + "Effects.cfg"; |
|
|
|
|
public static void init() throws IOException { |
|
|
|
|
ArrayList<ArrayList<String>> compiledData = new ArrayList<>(); |
|
|
|
|
String[] lines = readLines(EffectsPath); |
|
|
|
|