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