8 lines
No EOL
106 B
C#
8 lines
No EOL
106 B
C#
using Unity.Entities;
|
|
|
|
namespace Markers
|
|
{
|
|
public struct EnabledComponentData : IComponentData
|
|
{
|
|
}
|
|
} |