finished class Karte

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

View File

@ -18,7 +18,7 @@ public class Karte {
case "ASS": return 1;
case "2": return 2;
case "3": return 3;
case "4": return 4;
case "4": return 4; // Karte soll den Wert 4 haben..
case "5": return 5;
case "6": return 6;
case "7": return 7;