コード例 #1
0
ファイル: GameFacade.cs プロジェクト: tobias-dv-lnu/1dv607
 public void StartNewRound()
 {
     m_dealer.StartNewRound(m_player);
 }