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