namespace Zinnia.Tracking.Velocity.Collection { using System; using System.Collections.Generic; using UnityEngine.Events; using Zinnia.Data.Collection.List; /// /// Allows observing changes to a of s. /// public class VelocityTrackerObservableList : DefaultObservableList { /// /// Defines the event with the . /// [Serializable] public class UnityEvent : UnityEvent { } } }