コード例 #1
0
ファイル: Game.cs プロジェクト: Elmona/Blackjack
 public bool IsDealerWinner()
 {
     return(m_dealer.IsDealerWinner(m_player));
 }