using Unity.Entities; namespace UI { public struct InventoryWindowData : ISharedComponentData { public Entity Inventory; } }