public static new void AddMoves(PieceType type) { Queen.AddMoves(type); Knight.AddMoves(type); }
public static new void AddMoves(PieceType type) { Queen.AddMoves(type); type.CustomMoveGenerator = CustomMoveGenerationHandler; }