예제 #1
0
파일: Hands.cs 프로젝트: LinusWester/Poker
 public void RemoveCard(Card card)
 {
     Hand.Remove(card);
 }