Skip to content

Commit

Permalink
deleted one type of developement card
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBaan committed Feb 15, 2024
1 parent eb52097 commit 5228612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/it/unibo/common/api/card/CardType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*/
// CHECKSTYLE: JavadocVariable OFF
public enum CardType {
KNIGHT, ROADBUILD, YEAROFPLENTY, MONOPOLY, VICTORYPOINT;
KNIGHT, YEAROFPLENTY, MONOPOLY, VICTORYPOINT;
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public final class DevelopmentCardsImpl implements DevelopmentCards {
*/
public DevelopmentCardsImpl() {
final int knightCards = 15;
final int roadBuildCards = 5;
final int yearOfPlentyCards = 2;
final int monopolyCards = 2;
final int victoryPointCards = 2;
Expand Down

0 comments on commit 5228612

Please sign in to comment.