@@ -24,6 +24,8 @@ class Piece {
public:
constexpr static const PieceType PromotionTypes[4] = {PieceType::Knight, PieceType::Bishop, PieceType::Rook, PieceType::Queen};
using Optional = std::optional<Piece>;
Piece(PieceColor color, PieceType type);
The note is not visible to the blocked user.