コード例 #1
0
ファイル: Hand.cs プロジェクト: EdCharbeneau/CsharpPoker
 public void Draw(Card card)
 {
     Cards.Add(card);
 }