using UnityEngine.Events; namespace TinaX.Tween.UnityEvents { [System.Serializable] public class OnTweenFinishEvent : UnityEvent { } }