Effects.cfg parser
This commit is contained in:
@@ -43,6 +43,9 @@ public class EffectsParser {
|
|||||||
}
|
}
|
||||||
public static String[] readLines(String filename) throws IOException {
|
public static String[] readLines(String filename) throws IOException {
|
||||||
File effectsCfg = new File(EffectsPath);
|
File effectsCfg = new File(EffectsPath);
|
||||||
|
for(String line : effectsCfg.list()){
|
||||||
|
int i = 0;
|
||||||
|
}
|
||||||
return effectsCfg.list();
|
return effectsCfg.list();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user