patch main phantome
This commit is contained in:
@@ -26,6 +26,11 @@ public class Hand {
|
||||
}
|
||||
}
|
||||
|
||||
public void removeCard(Card toRemove)
|
||||
{
|
||||
hand.remove(toRemove);
|
||||
}
|
||||
|
||||
public List<Card> getHand() {
|
||||
return hand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user