2D-Platformer/Assets/Scripts/Markers/ActiveComponentData.cs
2022-02-12 12:53:50 +02:00

8 lines
No EOL
105 B
C#

using Unity.Entities;
namespace Markers
{
public struct ActiveComponentData : IComponentData
{
}
}