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