Exemple #1
0
 public void EvaluateCastlings(Square[,] board = null, Player otherPlayer = null)
 {
     king.CastlingRound(board, otherPlayer);
 }