Added the ability to choose your cardtype when playing a jack or the newly added joker
This commit is contained in:
@@ -30,7 +30,8 @@ public enum CardType
|
||||
SPADES,
|
||||
HEARTS,
|
||||
DIAMONDS,
|
||||
CLUBS
|
||||
CLUBS,
|
||||
JOKER
|
||||
}
|
||||
|
||||
public enum CardValue
|
||||
@@ -47,5 +48,7 @@ public enum CardValue
|
||||
JACK,
|
||||
QUEEN,
|
||||
KING,
|
||||
ACE
|
||||
ACE,
|
||||
RED,
|
||||
BLACK
|
||||
}
|
||||
Reference in New Issue
Block a user