s.eser 2024-03-26 11:10:00 +01:00
parent d0c56b4267
commit 429c736e7c
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ public class BlackJackSpiel {
public void getNeueHand(){
this.spieler = new Hand(this.ks);
}
public Kartenstapel getKs(){
return this.ks;
}
public String getHand(){
return spieler.toString();
}