wip
This commit is contained in:
@@ -26,7 +26,7 @@ pub enum CardValue {
|
||||
Ace,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(PartialEq, Eq, Clone, Copy)]
|
||||
pub struct PlayingCard {
|
||||
pub value: CardValue,
|
||||
pub suit: CardSuit,
|
||||
|
||||
Reference in New Issue
Block a user