9 lines
No EOL
125 B
C#
9 lines
No EOL
125 B
C#
using Unity.Entities;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public struct TimerData : IComponentData
|
|
{
|
|
public float Time;
|
|
}
|
|
} |