Skip to content
Snippets Groups Projects
Commit dd318911 authored by Justin Klein's avatar Justin Klein
Browse files

Replace UnoDeck.java

parent 6ad13606
No related branches found
No related tags found
1 merge request!1Der große Merge
...@@ -24,7 +24,6 @@ public class UnoDeck { ...@@ -24,7 +24,6 @@ public class UnoDeck {
public void zeigeDeck() { public void zeigeDeck() {
for (UnoKarte karte : hand) { for (UnoKarte karte : hand) {
System.out.println(karte);
//Diese Methode gibt das Array der UnoHand aus //Diese Methode gibt das Array der UnoHand aus
} }
} }
...@@ -79,7 +78,6 @@ public class UnoDeck { ...@@ -79,7 +78,6 @@ public class UnoDeck {
fuegeKarteHinzu(new UnoKarte(Farbe.Wild, Wert.Multicolor)); fuegeKarteHinzu(new UnoKarte(Farbe.Wild, Wert.Multicolor));
fuegeKarteHinzu(new UnoKarte(Farbe.Wild, Wert.Draw_Four)); fuegeKarteHinzu(new UnoKarte(Farbe.Wild, Wert.Draw_Four));
} }
//Diese Methode verbindet die Farben und die Zahlen der jeweiligen enums //Diese Methode verbindet die Farben und die Zahlen der jeweiligen enums
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment