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

8 lines
No EOL
104 B
C#

using Unity.Entities;
namespace Events
{
public struct WindowComponentData : IComponentData
{
}
}