using System; namespace UnityUIPlayables { [Serializable] public class TextAnimationClip : AnimationTimelineClip<TextAnimationBehaviour> { } }