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