コード例 #1
0
 public void Reset()
 {
     _board.Reset();
     _isBlack    = true;
     _isGameOver = false;
 }