namespace BingoBrain.Core { public interface ISingleton { void OnSingletonInit(); } }