add comment, try

main
Marco Angelo Palmieri 2024-04-01 22:16:58 +02:00
parent 62d9868bd4
commit 8718bfac99
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class Hand {
private ArrayList<Karte> hand;
protected Hand(Kartenstapel ks) {
hand = createHand(ks);
hand = createHand(ks); // Erstelle neue Hand für Spieler
}
private ArrayList<Karte> createHand(Kartenstapel ks) {