Skip to content

Commit

Permalink
semi-intelligent system of card selection by the opponent
Browse files Browse the repository at this point in the history
  • Loading branch information
L9Lenny committed Jun 11, 2024
1 parent 2508147 commit 077acd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/SelectCardManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

public class SelectCardManager {

private String briscola;
private JButton[] cardsButtons;
private final String briscola;
private final JButton[] cardsButtons;

public SelectCardManager(String briscola, JButton[] cardsButtons) {
this.cardsButtons = cardsButtons;
Expand Down

0 comments on commit 077acd7

Please sign in to comment.