using UnityEngine; namespace DanieleMarotta.RiversongCodeShowcase { public class PooledObject : MonoBehaviour { public int PoolKey { get; set; } } }