Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Card.java
  • Loading branch information
jjv14001 committed Mar 3, 2017
1 parent d02d2a0 commit 39194a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/model/Card.java
Expand Up @@ -25,9 +25,7 @@ public class Card

private Boolean _effect; //True if it effects all players

private int _value; // Any integer value that can be attached to the card. If card needs no value, put 0

private int _value1; //value of cost
private int _value; // Any integer value that can be attached to the card. If card needs no value, put 0. Value of cost for deal cards apparently.

private int _value2; //value of Down Payment

Expand Down

0 comments on commit 39194a9

Please sign in to comment.