Guest User

Class DeckType

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class DeckType {
  2. public static final int DECK_32 = 32;
  3. public static final int DECK_52 = 52;
  4. public static final int START_VALUE_DECK_32 = 7; // 7 to indicate where the 32 cards deck starts
  5. public static final int START_VALUE_DECK_52 = 2;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment