예제 #1
0
파일: Game.cs 프로젝트: Elmona/Blackjack
 public bool IsDealerWinner()
 {
     return(m_dealer.IsDealerWinner(m_player));
 }