namespace FlappyBird.Core { public interface IPoolable { void OnSpawned(); void OnDespawned(); } }