9 lines
No EOL
133 B
C#
9 lines
No EOL
133 B
C#
using Unity.Entities;
|
|
|
|
namespace UI
|
|
{
|
|
public struct InventoryWindowData : ISharedComponentData
|
|
{
|
|
public Entity Inventory;
|
|
}
|
|
} |