master
parent
d0c56b4267
commit
429c736e7c
|
@ -14,9 +14,6 @@ public class BlackJackSpiel {
|
||||||
public void getNeueHand(){
|
public void getNeueHand(){
|
||||||
this.spieler = new Hand(this.ks);
|
this.spieler = new Hand(this.ks);
|
||||||
}
|
}
|
||||||
public Kartenstapel getKs(){
|
|
||||||
return this.ks;
|
|
||||||
}
|
|
||||||
public String getHand(){
|
public String getHand(){
|
||||||
return spieler.toString();
|
return spieler.toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue