master
parent
d0c56b4267
commit
429c736e7c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue