9 lines
No EOL
120 B
C#
9 lines
No EOL
120 B
C#
using Unity.Entities;
|
|
|
|
namespace UI
|
|
{
|
|
public struct SlotReference : IBufferElementData
|
|
{
|
|
public Entity Slot;
|
|
}
|
|
} |