using System; using Unity.Collections; using Unity.Mathematics; namespace GameCore.TinyECS { public struct EntityDataSet : IDisposable { public void Dispose() { //TODO } } }