void AfterQueryCreated(EntityQuery query) { query.SetChangedFilterRequiredVersion(m_LastSystemVersion); #if ENABLE_UNITY_COLLECTIONS_CHECKS query._DisallowDisposing = "EntityQuery.Dispose() may not be called on a EntityQuery created with ComponentSystem.GetEntityQuery. The EntityQuery will automatically be disposed by the ComponentSystem."; #endif ArrayUtilityAdd(ref m_EntityQueries, query); }