Anwendungs Update

This commit is contained in:
ekresse
2021-01-05 11:22:41 +01:00
parent ee6d59f3b0
commit d5c4f9bdee

View File

@@ -26,7 +26,7 @@ public class Anwendung {
public Anwendung() { public Anwendung() {
speicherung = new Spielerverwaltung(); speicherung = new Spielerverwaltung();
gui = new GUI(speicherung); gui = new GUI();
}; };
// //