From 6d96d9148cbfbdd6d129d0d72d04faeccbb590e3 Mon Sep 17 00:00:00 2001 From: Philipp Kotte Date: Tue, 10 Oct 2023 14:16:24 +0200 Subject: [PATCH] =?UTF-8?q?starte=20Spiel=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Facade/Spiel.java | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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