namespace ET
{
    public interface ISingletonAwake
    {
        void Awake();
    }
}