6 lines
No EOL
93 B
C#
6 lines
No EOL
93 B
C#
using Unity.Entities;
|
|
|
|
public struct SpawnInfo : IComponentData
|
|
{
|
|
public int SpawnerId;
|
|
} |