Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hello its me
  • Loading branch information
jjv14001 committed Mar 3, 2017
1 parent 47b519b commit dcbb816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/Card.java
Expand Up @@ -17,7 +17,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. Value of cost for deal cards apparently.
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.

private int _value2; //value of Down Payment

Expand Down Expand Up @@ -71,4 +71,4 @@ public class Card



}
}

0 comments on commit dcbb816

Please sign in to comment.