internal void RefreshObjects() { if (UpdateContext.working) UpdateContext.OnEnd += _refreshObjectsDelegate; else InternalRefreshObjects(); }