Skip to content

Instantly share code, notes, and snippets.

@Wooking0310
Created December 8, 2015 10:37
Show Gist options
  • Save Wooking0310/f65144081642195e70ae to your computer and use it in GitHub Desktop.
Save Wooking0310/f65144081642195e70ae to your computer and use it in GitHub Desktop.
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