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