8 lines
No EOL
104 B
C#
8 lines
No EOL
104 B
C#
using Unity.Entities;
|
|
|
|
namespace Events
|
|
{
|
|
public struct WindowComponentData : IComponentData
|
|
{
|
|
}
|
|
} |