using System; using UnityEngine; namespace RosettaUI.UIToolkit { public class GradientEditorPresetSet : SwatchSetFold { public const string KeyPrefix = "RosettaUI-GradientEditorPresetSet"; public GradientEditorPresetSet(Action applyValueFunc) : base("Presets", applyValueFunc, KeyPrefix) { } } }