9 lines
No EOL
128 B
C#
9 lines
No EOL
128 B
C#
using Unity.Entities;
|
|
|
|
namespace AI
|
|
{
|
|
public struct GoapActionReference : IBufferElementData
|
|
{
|
|
public Entity Entity;
|
|
}
|
|
} |