namespace SimpleTools.ObjectPooler { public interface IPooledObject { void OnObjectSpawn(); } }