using UnityEngine; namespace RosettaUI { public class AnimationCurveElement : FieldBaseElement { public AnimationCurveElement(LabelElement label, IBinder binder) : base(label, binder) { } } }