starte Spiel hinzugefügt

pull/10/head
Philipp Kotte 2023-10-10 14:16:24 +02:00
parent 397c260aca
commit 6d96d9148c
1 changed files with 5 additions and 7 deletions

View File

@ -48,11 +48,9 @@ public class Spiel {
return spieler; return spieler;
} }
public void starteSpiel() {
this.istGestartet = true;
// Gameloop?
} }
/* }
* @Override
* public String toString(){
* return "Name: " + this.getName() + ", ID: " + this.getID();
* }
*/