Code erweitert

currentStatus
Vickvick2002 2025-01-03 18:19:09 +01:00
parent 44c80e9779
commit ca2b8a8921
1 changed files with 2 additions and 1 deletions

View File

@ -97,4 +97,5 @@ public class BoardLoader {
// Konvertiere die Liste von Zeilen in ein 2D-Array
return rows.toArray(new int[0][0]);
}
}