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