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

all merge done without error

This commit is contained in:
2022-06-09 19:15:11 +02:00
parent a2ef0d2725
commit 419c8ed93f
5 changed files with 76 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ public class FightData {
*/
public FightData(String name) {
file = new File("resources//fight//" + name + ".csv");
file = new File("./resources/Battle/Fight/" + name + ".csv");
}
public void readFile() {