mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
added no args[] construktor
This commit is contained in:
parent
6ffe97efab
commit
8d31dc3a84
@ -14,4 +14,5 @@ public class ProgrammingCardDeck extends Deck<ProgrammingCard> {
|
||||
public ProgrammingCardDeck(List<ProgrammingCard> cardList) {
|
||||
super(cardList);
|
||||
}
|
||||
public ProgrammingCardDeck(){}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user