using UnityEngine; using UnityEngine.Pool; public interface IPooledObject { public IObjectPool Pool { get; set; } }