mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 03:11:05 +00:00
finish
This commit is contained in:
@@ -27,8 +27,6 @@ public class FightData {
|
||||
FileReader f = new FileReader(file);
|
||||
BufferedReader bf = new BufferedReader(f);
|
||||
|
||||
|
||||
|
||||
//add the line in the vector attacks of attack
|
||||
line = bf.readLine();
|
||||
while(line != null){
|
||||
@@ -45,6 +43,7 @@ public class FightData {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
System.out.println(attacks.size());
|
||||
}
|
||||
|
||||
//return the vector with all attaks of one enemi
|
||||
|
||||
Reference in New Issue
Block a user