示例#1
0
文件: Dealer.cs 项目: TOByrne/poker
 public Card DrawCard()
 {
     return(Deck.DealCard());
 }