starte Spiel hinzugefügt
parent
397c260aca
commit
6d96d9148c
|
@ -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();
|
|
||||||
* }
|
|
||||||
*/
|
|
Loading…
Reference in New Issue