Created
December 8, 2015 10:37
-
-
Save Wooking0310/f65144081642195e70ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Wallet { | |
int paperCount; | |
int cardCount; | |
String cardName; | |
String wColors; | |
boolean isPaper; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment