namespace ET
{
    public interface ISingletonUpdate
    {
        void Update();
    }
}