Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class DeckType {
- public static final int DECK_32 = 32;
- public static final int DECK_52 = 52;
- public static final int START_VALUE_DECK_32 = 7; // 7 to indicate where the 32 cards deck starts
- public static final int START_VALUE_DECK_52 = 2;
- }
Advertisement
Add Comment
Please, Sign In to add comment