loading/saving system

This commit is contained in:
Valentine GIRAL 2025-05-09 09:25:45 +02:00
parent 8dffe28b81
commit 0c1e9f94a6
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ public class Board {
} }
/* saving-loading feature :*/ /* saving-loading feature :*/
public String[] toFileRep() { public String[] toFileRep() {
ArrayList<String> fileLines = new ArrayList<>(); ArrayList<String> fileLines = new ArrayList<>();