コード例 #1
0
ファイル: BlackjackLogic.cs プロジェクト: ehotz1/BlackjackNN
 public void ReturnHand(BJHand hand)
 {
     Deck.DiscardHand(hand.ClearHand());
 }