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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user