diff --git a/src/Pools/EcsPool.cs b/src/Pools/EcsPool.cs index 3345981..62a258c 100644 --- a/src/Pools/EcsPool.cs +++ b/src/Pools/EcsPool.cs @@ -386,6 +386,7 @@ namespace DCFApixels.DragonECS #if ENABLE_IL2CPP [Il2CppSetOption(Option.NullChecks, false)] #endif + [EditorBrowsable(EditorBrowsableState.Never)] public readonly struct ReadonlyEcsPool : IEcsReadonlyPool //IEnumerable - IntelliSense hack where T : struct, IEcsComponent { diff --git a/src/Pools/EcsTagPool.cs b/src/Pools/EcsTagPool.cs index bade114..b8bce1d 100644 --- a/src/Pools/EcsTagPool.cs +++ b/src/Pools/EcsTagPool.cs @@ -333,6 +333,7 @@ namespace DCFApixels.DragonECS #if ENABLE_IL2CPP [Il2CppSetOption(Option.NullChecks, false)] #endif + [EditorBrowsable(EditorBrowsableState.Never)] public readonly struct ReadonlyEcsTagPool : IEcsReadonlyPool //IEnumerable - IntelliSense hack where T : struct, IEcsTagComponent {