1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 03:11:05 +00:00
This commit is contained in:
Fastium
2022-06-13 11:41:24 +02:00
parent 2c9c5ad01c
commit 7633d81737
4 changed files with 67 additions and 86 deletions

View File

@@ -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