diff --git a/src/Pools/EcsValuePool.cs b/src/Pools/EcsValuePool.cs index 54f8535..ec36886 100644 --- a/src/Pools/EcsValuePool.cs +++ b/src/Pools/EcsValuePool.cs @@ -152,6 +152,10 @@ namespace DCFApixels.DragonECS #endregion #region Methods + public NativeEcsValuePool AsNative() + { + return new NativeEcsValuePool(_sharedStore); + } public ref T Add(int entityID) { ref int itemIndex = ref _mapping[entityID];