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