danielbrackett / BlackJack

Making my own BlackJack game.
GNU General Public License v3.0
0 stars 0 forks source link

create an enum for the suit values. #3

Closed danielbrackett closed 4 years ago

danielbrackett commented 4 years ago

pull out the deck suit values from the deck obj and move them to their own enum.