using UnityEngine; namespace RosettaUI { public class AnimationCurveElement : FieldBaseElement { protected override bool ShouldRecordUndo => false; public AnimationCurveElement(LabelElement label, IBinder binder) : base(label, binder) { } } }