コード例 #1
0
 private bool IsCorrectColor(Piece piece, BoardState boardState)
 {
     return(piece.Color == boardState.ActiveColor);
 }