コード例 #1
0
 public void WhenPlayerInningEnds(int player)
 {
     if (player == 2 && _player1.notout == false && _player2.notout == false)
     {
         _player1.check(_player1.PlayerScore, _player2.PlayerScore);
     }
 }