1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

add pokemon for enemy

This commit is contained in:
2022-06-17 07:37:07 +02:00
parent bb02aa00f9
commit 3f0e963366
80 changed files with 50 additions and 66 deletions

View File

@@ -14,7 +14,7 @@ public class FightData {
public int nbre_line =0;
public int nbr_line =0;
public FightData(String branch) {
file = new File("./Data/Battle/Fight/" + branch + ".csv");
@@ -37,7 +37,7 @@ public class FightData {
attacks.add(attack);
line = bf.readLine();
//add line
nbre_line++;
nbr_line++;
}
bf.close();