public void SetPreviewedConstruction(Construction construction, ConstructionSavedDelegate saveDelegate)
	{
		SetPreviewedConstructionInternal(construction);
		
		saveFunction = PreviewedConstruction == null ? null : saveDelegate;
	}
    public void SetPreviewedConstruction(Construction construction, ConstructionSavedDelegate saveDelegate)
    {
        SetPreviewedConstructionInternal(construction);

        saveFunction = PreviewedConstruction == null ? null : saveDelegate;
    }