patch main phantome

This commit is contained in:
marc barbier
2021-01-04 13:28:00 +01:00
parent 7b11c97eb7
commit 90e71adeb7
2 changed files with 8 additions and 3 deletions
@@ -26,6 +26,11 @@ public class Hand {
}
}
public void removeCard(Card toRemove)
{
hand.remove(toRemove);
}
public List<Card> getHand() {
return hand;
}