using System.Collections.Generic; using System.Linq; namespace MfGames.Gallium; public static class WhereEntityNotHasExtensions { public static IEnumerable WhereEntityNotHas( this IEnumerable entities) { return entities.Where(x => !x.Has()); } public static IEnumerable WhereEntityNotHasAll (this IEnumerable entities) { return entities.Where(x => !x.HasAll()); } public static IEnumerable WhereEntityNotHasAll (this IEnumerable entities) { return entities.Where(x => !x.HasAll()); } public static IEnumerable WhereEntityNotHasAll (this IEnumerable entities) { return entities.Where(x => !x.HasAll()); } }