diff --git a/Facade/Spiel.java b/Facade/Spiel.java index de69d22..11f0650 100644 --- a/Facade/Spiel.java +++ b/Facade/Spiel.java @@ -48,11 +48,9 @@ public class Spiel { return spieler; } -} + public void starteSpiel() { + this.istGestartet = true; + // Gameloop? + } -/* - * @Override - * public String toString(){ - * return "Name: " + this.getName() + ", ID: " + this.getID(); - * } - */ +} \ No newline at end of file