namespace Zinnia.Data.Operation.Cache { using System; using UnityEngine.Events; [Obsolete("Use `Zinnia.Data.Type.Observer.StringObservableProperty` instead.")] public class StringCache : ValueCache { /// /// Defines the event with the specified . /// [Serializable] public class UnityEvent : UnityEvent { } } }