예제 #1
0
 public void StartGame()
 {
     _chessboard.InitializeBoard();
     _activePlayer = EActivePlayer.White;
 }